-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Closed
Description
Problem
torchvision has quite a few transforms, but I often find myself using the wrong one because the I misread/just skimmed the doc strings.
Solution
I'm suggesting to add examples / visualizations for each transform. This way it's easier to know what a given transform does.
After this improvement there should be an example (maybe a few where it makes sense) for each transform in the docs:
https://pytorch.org/docs/stable/torchvision/transforms.html#torchvision-transforms
Also, a picture is worth a thousand words ;)
What do you think?
surgan12, vincentqb and beni20