ildoonet / pytorch-randaugment

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

Question about the modified operation types #21

Open JiyueWang opened 3 years ago

JiyueWang commented 3 years ago

I note that the augment_list is not the same as the paper. Have you evaluated the components and proposed a more effective one? Moreover, is it a better way to include Cutout in the operators instead of a standalone one?