We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a852ff + ae128aa commit 26866a5Copy full SHA for 26866a5
tensorlayer/models/vgg.py
@@ -82,7 +82,7 @@
82
83
model_urls = {
84
'vgg16': 'http://www.cs.toronto.edu/~frossard/vgg16/',
85
- 'vgg19': 'https://github.com/tensorlayer/pretrained-models/blob/master/models/vgg19.npy'
+ 'vgg19': 'https://media.githubusercontent.com/media/tensorlayer/pretrained-models/master/models/'
86
}
87
88
model_saved_name = {'vgg16': 'vgg16_weights.npz', 'vgg19': 'vgg19.npy'}
0 commit comments