Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
6f0131ae
Commit
6f0131ae
authored
Feb 02, 2017
by
Thibault de Boissiere
Committed by
Soumith Chintala
Feb 02, 2017
Browse files
Update VGG doco (#53)
* Update VGG doco
parent
e56670db
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
torchvision/models/vgg.py
torchvision/models/vgg.py
+2
-2
No files found.
torchvision/models/vgg.py
View file @
6f0131ae
...
...
@@ -73,7 +73,7 @@ def vgg13_bn():
def
vgg16
():
"""VGG 1
1
-layer model (configuration "
B
")"""
"""VGG 1
6
-layer model (configuration "
D
")"""
return
VGG
(
make_layers
(
cfg
[
'D'
]))
...
...
@@ -83,7 +83,7 @@ def vgg16_bn():
def
vgg19
():
"""VGG 19-layer model (configuration "
D
")"""
"""VGG 19-layer model (configuration "
E
")"""
return
VGG
(
make_layers
(
cfg
[
'E'
]))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment