BCNN_keras icon indicating copy to clipboard operation
BCNN_keras copied to clipboard

Could you please tell me that the precision of inceptionv3 model is very low, only about 20 percent.

Open overturn088 opened this issue 5 years ago • 0 comments

model_detector = keras.applications.vgg16.VGG16(
                        input_tensor=tensor_input
                        , include_top=False
                        , weights='imagenet'
                    )

Change vgg16 in this line of code to inceptionv3, and the experiment won't get a normal accuracy,

overturn088 avatar Oct 27 '19 06:10 overturn088