Skip to content

Commit 26866a5

Browse files
authored
Merge pull request #1102 from tensorlayer/Laicheng0830-patch-1
fix vgg link
2 parents 6a852ff + ae128aa commit 26866a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorlayer/models/vgg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282

8383
model_urls = {
8484
'vgg16': 'http://www.cs.toronto.edu/~frossard/vgg16/',
85-
'vgg19': 'https://github.com/tensorlayer/pretrained-models/blob/master/models/vgg19.npy'
85+
'vgg19': 'https://media.githubusercontent.com/media/tensorlayer/pretrained-models/master/models/'
8686
}
8787

8888
model_saved_name = {'vgg16': 'vgg16_weights.npz', 'vgg19': 'vgg19.npy'}

0 commit comments

Comments
 (0)