PhoenixDL / rising

Provides everything needed for high performance data loading and augmentation in pytorch.
https://rising.rtfd.io
MIT License
315 stars 28 forks source link

[FeatureRequest] AutoAugment equivalent #90

Open mibaumgartner opened 4 years ago

mibaumgartner commented 4 years ago

Description Add transform which is equivalent to auto augment. https://arxiv.org/abs/1805.09501

justusschock commented 4 years ago

What do you mean by auto augment?

mibaumgartner commented 4 years ago

Added the corresponding paper to the description :)