We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 590855b commit eb02242Copy full SHA for eb02242
1 file changed
tensorlayer/models/vgg.py
@@ -317,6 +317,7 @@ def vgg19(pretrained=False, end_with='outputs', mode='dynamic', name=None):
317
restore_model(model, layer_type='vgg19')
318
return model
319
320
+
321
VGG16 = vgg16
322
VGG19 = vgg19
323
0 commit comments