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.
1 parent 5325e9e commit c9e31e2Copy full SHA for c9e31e2
tensorlayer/models/vgg.py
@@ -42,6 +42,8 @@
42
'VGG',
43
'vgg16',
44
'vgg19',
45
+ 'VGG16',
46
+ 'VGG19',
47
# 'vgg11', 'vgg11_bn', 'vgg13', 'vgg13_bn', 'vgg16', 'vgg16_bn',
48
# 'vgg19_bn', 'vgg19',
49
]
0 commit comments