overturn088

Results 1 issues of overturn088

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,