Skip to content

[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

Merged
merged 7 commits into from
Mar 10, 2021

Conversation

oke-aditya
Copy link
Contributor

@oke-aditya oke-aditya commented Mar 8, 2021

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

@codecov
Copy link

codecov bot commented Mar 8, 2021

Codecov Report

Merging #3529 (3192ad7) into master (797fd26) will increase coverage by 0.08%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            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     
Impacted Files Coverage Δ
torchvision/transforms/autoaugment.py 94.11% <100.00%> (+0.07%) ⬆️
torchvision/models/detection/_utils.py 82.58% <0.00%> (-0.53%) ⬇️
torchvision/transforms/functional_tensor.py 79.92% <0.00%> (+0.07%) ⬆️
torchvision/__init__.py 63.88% <0.00%> (+2.77%) ⬆️
torchvision/io/video.py 82.06% <0.00%> (+3.26%) ⬆️
torchvision/io/__init__.py 89.65% <0.00%> (+3.44%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 797fd26...d646a20. Read the comment docs.

@oke-aditya oke-aditya changed the title [WIP][DOC] Adds Documentation for AutoAugmentation [DOC] Adds Documentation for AutoAugmentation Mar 10, 2021
Copy link
Member

@fmassa fmassa left a 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?

@oke-aditya
Copy link
Contributor Author

😃 I think I fixed all the issues. Let me know if I miss something.

Copy link
Member

@fmassa fmassa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@fmassa fmassa merged commit 8fe439e into pytorch:master Mar 10, 2021
@oke-aditya oke-aditya deleted the add_docs branch March 10, 2021 14:18
facebook-github-bot pushed a commit that referenced this pull request Mar 10, 2021
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Docs for AutoAugment methods.
4 participants