Skip to content

Commit 5325e9e

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

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
@@ -315,6 +315,8 @@ def vgg19(pretrained=False, end_with='outputs', mode='dynamic', name=None):
315315
restore_model(model, layer_type='vgg19')
316316
return model
317317

318+
VGG16 = vgg16
319+
VGG19 = vgg19
318320

319321
# models without pretrained parameters
320322
# def vgg11(pretrained=False, end_with='outputs'):

0 commit comments

Comments
 (0)