"git@developer.sourcefind.cn:OpenDAS/mmcv.git" did not exist on "c85c240fd8fed8c212157589904b078f01074be1"
Commit 3942b192 authored by ekka's avatar ekka Committed by Soumith Chintala
Browse files

Remove unnecessary bullet point in InceptionV3 doc (#814)

parent 57e87769
...@@ -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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment