Skip to content

Commit 6f0131a

Browse files
Thibault de Boissieresoumith
Thibault de Boissiere
authored andcommitted
Update VGG doco (#53)
* Update VGG doco
1 parent e56670d commit 6f0131a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

torchvision/models/vgg.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def vgg13_bn():
7373

7474

7575
def vgg16():
76-
"""VGG 11-layer model (configuration "B")"""
76+
"""VGG 16-layer model (configuration "D")"""
7777
return VGG(make_layers(cfg['D']))
7878

7979

@@ -83,7 +83,7 @@ def vgg16_bn():
8383

8484

8585
def vgg19():
86-
"""VGG 19-layer model (configuration "D")"""
86+
"""VGG 19-layer model (configuration "E")"""
8787
return VGG(make_layers(cfg['E']))
8888

8989

0 commit comments

Comments
 (0)