Skip to content
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

Improve "Illustration of Transform" docs #7621

Merged
merged 4 commits into from
May 24, 2023
Merged

Conversation

minhlong94
Copy link
Contributor

@minhlong94 minhlong94 commented May 24, 2023

Enhance and Reorder sections Illustration of transform documentation page as discussed in #7615. The new section looks as follows:

  • Geometric Transforms
    • Pad
    • Resize
    • CenterCrop
    • FiveCrop
    • RandomPerspective
    • RandomRotation
    • RandomAffine
    • ElasticTransform
    • RandomCrop
    • RandomResizedCrop
  • Photometric Transforms
    • Grayscale
    • ColorJitter
    • GaussianBlur
    • RandomInvert
    • RandomSolarize
    • RandomAdjustSharpness
    • RandomAutocontrast
  • Augmentation Transforms
    • AutoAugment
    • RandAugment (with a few description lines added)
    • TrivialAugmentWide (with a few description lines added)
    • AugMix (with a few description lines added)
  • Randomly-applied Transforms
    • RandomHorizontalFlip
    • RandomVerticalFlip
    • RandomApply

Resolve: #7615. CC: @pmeier

@pytorch-bot
Copy link

pytorch-bot bot commented May 24, 2023

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/vision/7621

Note: Links to docs will display an error until the docs builds have been completed.

❌ 1 New Failure, 4 Unrelated Failures

As of commit 7bba756:

NEW FAILURE - The following job has failed:

FLAKY - The following job failed but was likely due to flakiness present on trunk:

BROKEN TRUNK - The following jobs failed but was present on the merge base e5bf7cf:

👉 Rebase onto the `viable/strict` branch to avoid these failures

This comment was automatically generated by Dr. CI and updates every 15 minutes.

Copy link
Member

@NicolasHug NicolasHug left a comment

Choose a reason for hiding this comment

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

Thanks for the PR @minhlong94 , made some minor suggestions below but it looks good overall

@pmeier
Copy link
Collaborator

pmeier commented May 24, 2023

Here is the doc preview for the gallery: https://docs-preview.pytorch.org/pytorch/vision/7621/auto_examples/plot_transforms.html#sphx-glr-auto-examples-plot-transforms-py

minhlong94 and others added 2 commits May 24, 2023 17:00
Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>
@minhlong94
Copy link
Contributor Author

Modified as suggestions!

Copy link
Member

@NicolasHug NicolasHug left a comment

Choose a reason for hiding this comment

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

LGTM, thanks a lot @minhlong94 !

@NicolasHug NicolasHug merged commit e1ad6ad into pytorch:main May 24, 2023
@pmeier pmeier mentioned this pull request May 24, 2023
facebook-github-bot pushed a commit that referenced this pull request May 31, 2023
…ix lint (#7623)

Summary: Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>

Reviewed By: vmoens

Differential Revision: D46314045

fbshipit-source-id: 9a1e21bf2064f6ebb15a8da46dc39698bbcaf5b2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants