Skip to content

Commit

Permalink
Merge pull request #40 from ChrisWu1997/master
Browse files Browse the repository at this point in the history
Update vgg.py for yapf fix
  • Loading branch information
zsdonghao authored May 4, 2019
2 parents 590855b + eb02242 commit 2742ca3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tensorlayer/models/vgg.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ def vgg19(pretrained=False, end_with='outputs', mode='dynamic', name=None):
restore_model(model, layer_type='vgg19')
return model


VGG16 = vgg16
VGG19 = vgg19

Expand Down

0 comments on commit 2742ca3

Please sign in to comment.