We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am unable to download the vgg16_weights.h5 file that is linked from the readme. Is this still accessible somewhere?
The text was updated successfully, but these errors were encountered:
Having the same problem!
As the file provided was broken, I downloaded the weights file from https://github.com/fchollet/deep-learning-models/releases
I tried both the vgg16_weights_th_dim_ordering_th_kernels.h5 and vgg16_weights_th_dim_ordering_th_kernels_notop.h5 but none of them worked.
The errors are: KeyError: "Unable to open object (object 'layer_1' doesn't exist)" which I think it is due to the wrong .h5 file I used.
I am using Keras 1.2.2 and theano 1.0.4. Also I modified the keras.json file to the correct one.
Please provide weights file or let me know if anything I did wrong!
Thanks!
Sorry, something went wrong.
Dear @jaelle and @tinaa160, I updated the download link in the README.md file. The weights file should be available again.
As mentioned in our README, our code is compatible with Keras 1.1.0 and Theano 0.9.0.
No branches or pull requests
I am unable to download the vgg16_weights.h5 file that is linked from the readme. Is this still accessible somewhere?
The text was updated successfully, but these errors were encountered: