ildoonet / pytorch-randaugment

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

Why do you use M scale [0, 30] instead of [0, 10]? #18

Closed voldemortX closed 4 years ago

voldemortX commented 4 years ago

Why do you use M scale [0, 30] instead of [0, 10]? I think the original paper uses [0, 10]. Maybe this should be made clear at README.md?