-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Improve torchvision documentation #179
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
Conversation
Awesome, thanks @chsasank ! |
@fmassa This PR is ready to be reviewed and merged. Do all the models use this normalisation: |
Latest commit fixes #180. |
The PR looks good, thanks a lot! Yes, the mean / std should be the same for all models (except googlenet, but there is an extra argument to the model to adapt to it). Unfortunately the |
* Modify torchvision documentation following pytorch/vision#179 * Add new datasets to docs * Fix wording in torch.datasets * Small clarification
Added proper docstrings for all transforms.
WIP. Document: