Closed michalo1 closed 2 years ago
If you can provide a minimal script to reproduce the error I will take a look at it @michalo1
I am getting a similar error on the first convolutional layer with include_top=False. Will try to write script to reproduce error.
Any info about this?
I tried rerunning the code and it works fine, but first 2-3 times I get the same error. Also, I don't know why it gives the same class label for most of the images.
Closing this out after a long hiatus from Github.
If folks are still seeing issues, I am happy to accept pull requests to fix things as I likely won't have the time.
In version 2.1, loading the model like this:
inception_v4.create_model(include_top=False, weights='imagenet')
throws an exception://edit: Seems like the issue occurs only if I have InceptionV3 model used along with InceptionV4 in the same script.