Skip to content

Commit eb02242

Browse files
committed
Update vgg.py for yapf fix
1 parent 590855b commit eb02242

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tensorlayer/models/vgg.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ def vgg19(pretrained=False, end_with='outputs', mode='dynamic', name=None):
317317
restore_model(model, layer_type='vgg19')
318318
return model
319319

320+
320321
VGG16 = vgg16
321322
VGG19 = vgg19
322323

0 commit comments

Comments
 (0)