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
3942b192
"git@developer.sourcefind.cn:OpenDAS/mmcv.git" did not exist on "c85c240fd8fed8c212157589904b078f01074be1"
Commit
3942b192
authored
Mar 26, 2019
by
ekka
Committed by
Soumith Chintala
Mar 25, 2019
Browse files
Remove unnecessary bullet point in InceptionV3 doc (#814)
parent
57e87769
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
torchvision/models/inception.py
torchvision/models/inception.py
+1
-1
No files found.
torchvision/models/inception.py
View file @
3942b192
...
@@ -24,7 +24,7 @@ def inception_v3(pretrained=False, **kwargs):
...
@@ -24,7 +24,7 @@ def inception_v3(pretrained=False, **kwargs):
Args:
Args:
pretrained (bool): If True, returns a model pre-trained on ImageNet
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
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
pretrained
:
if
'transform_input'
not
in
kwargs
:
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