-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Add inception docs #5924
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add inception docs #5924
Conversation
@@ -457,7 +457,7 @@ ConvNeXt | |||
convnext_large | |||
|
|||
SwinTransformer | |||
-------- | |||
--------------- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small bug
@@ -307,7 +307,7 @@ def googlenet(*, weights: Optional[GoogLeNet_Weights] = None, progress: bool = T | |||
weights are used. | |||
progress (bool, optional): If True, displays a progress bar of the | |||
download to stderr. Default is True. | |||
**kwargs: parameters passed to the ``torchvision.models.squeezenet.GoogLeNet`` | |||
**kwargs: parameters passed to the ``torchvision.models.GoogLeNet`` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small bug spotted
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @oke-aditya !
Summary: * Add inception * Fix googlenet bug * Fix bug add file * Update torchvision/models/inception.py Reviewed By: jdsgomes, NicolasHug Differential Revision: D36095724 fbshipit-source-id: 68980693e42e46a2f76b86387833e17cc3e2b740 Co-authored-by: Nicolas Hug <[email protected]>
Add docs for inceptionv3. I think this is last one left.
Helps #5833