Open fhdiaze opened 8 years ago
You can download it manually and place it in the ~/.keras/models
folder.
Hello,
I am using Jetson TX2 (flashed with Jetpack 3.0) for the tutorial "ImageNet classification with Python and Keras". I have installed all the dependencies. I tried running the script as mentioned in the tutorial. It gave me below error:
Downloading data from https://github.com/fchollet/deep-learning-models/releases/download/v0.1/vgg16_weights_tf_dim_ordering_tf_kernels.h5
Traceback (most recent call last):
File "test_imagenet.py", line 40, in
I tried downloading file and placed it in ~/.keras/models folder. But still, I am getting the same error.
Can someone help me with this.
Thank you.
hello, I am a student,i have the same problem,can you tell me how you solved the problem
You can download it manually and place it in the
~/.keras/models
folder.
This worked for me.
Hi,
I have a problem when I try to create a ResNet50 model. I am getting the next error:
Note: My keras version is keras.version='1.1.0'
Downloading data from https://github.com/fchollet/deep-learning-models/releases/download/v0.2/resnet50_weights_th_dim_ordering_th_kernels_notop.h5
Exception Traceback (most recent call last)