ildoonet / pytorch-randaugment

Unofficial PyTorch Reimplementation of RandAugment.
MIT License
627 stars 98 forks source link

Can you please clarify the idea behind it #8

Closed snarb closed 4 years ago

snarb commented 4 years ago

By only tuning two hyperparameters(N, M), you can achieve competitive performances as AutoAugments

Is randaugment randomly chose augmentations type and it parameters on every iteration and in such case the model is improving?