Skip to content

Commit c9e31e2

Browse files
authored
Update vgg.py
1 parent 5325e9e commit c9e31e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tensorlayer/models/vgg.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242
'VGG',
4343
'vgg16',
4444
'vgg19',
45+
'VGG16',
46+
'VGG19',
4547
# 'vgg11', 'vgg11_bn', 'vgg13', 'vgg13_bn', 'vgg16', 'vgg16_bn',
4648
# 'vgg19_bn', 'vgg19',
4749
]

0 commit comments

Comments
 (0)