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
b212254d
Commit
b212254d
authored
Mar 26, 2019
by
ekka
Committed by
Francisco Massa
Mar 26, 2019
Browse files
Fix gooLeNet doc (#816)
parent
83d3770a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
torchvision/models/googlenet.py
torchvision/models/googlenet.py
+2
-1
No files found.
torchvision/models/googlenet.py
View file @
b212254d
...
...
@@ -14,10 +14,11 @@ model_urls = {
def
googlenet
(
pretrained
=
False
,
**
kwargs
):
r
"""GoogLeNet (Inception v1) model architecture from
`"Going Deeper with Convolutions" <http://arxiv.org/abs/1409.4842>`_.
Args:
pretrained (bool): If True, returns a model pre-trained on ImageNet
transform_input (bool): If True, preprocesses the input according to the method with which it
was trained on ImageNet. Default: *False*
was trained on ImageNet. Default: *False*
"""
if
pretrained
:
if
'transform_input'
not
in
kwargs
:
...
...
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