-
Notifications
You must be signed in to change notification settings - Fork 7.1k
[DOC] Adds Documentation for AutoAugmentation #3529
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
Codecov Report
@@ Coverage Diff @@
## master #3529 +/- ##
==========================================
+ Coverage 78.67% 78.76% +0.08%
==========================================
Files 105 105
Lines 9741 9751 +10
Branches 1564 1566 +2
==========================================
+ Hits 7664 7680 +16
+ Misses 1591 1581 -10
- Partials 486 490 +4
Continue to review full report at Codecov.
|
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.
Thanks a lot for the PR!
I have some comments, could you have a look?
😃 I think I fixed all the issues. Let me know if I miss something. |
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.
Thanks!
Summary: * add _all for autoaugment * adds docs * add docs, test locally * refactored as per code review Reviewed By: NicolasHug, cpuhrsch Differential Revision: D26945738 fbshipit-source-id: 2087286808c8698532b75bbb700d0f285134cd09
Closes #3527 .
I hope I have placed it in the correct place.
I thought that since it gives a code example and a nice overview. I placed a small description of autoaugment below scriptable transforms.
I added the Autodocs in the end before functional PIL image transforms.
Progress
torchvision/transforms/autoaugment.py
file.__all__
in above file. I think only AutoAugment and AutoAugmentPolicy are supposed to be added.