Commit 6acae74a authored by ekka's avatar ekka Committed by Francisco Massa
Browse files

Added the argument transform_input in docs of InceptionV3 (#789)

Including the `transform_input` argument in the docs of inceptionV3
parent eb7e273d
......@@ -23,6 +23,8 @@ def inception_v3(pretrained=False, **kwargs):
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*
"""
if pretrained:
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