clovaai / CutMix-PyTorch

Official Pytorch implementation of CutMix regularizer
MIT License
1.22k stars 159 forks source link

what should I change to use this concept on my data set #41

Closed Oussamab21 closed 3 years ago

Oussamab21 commented 3 years ago

Thanks for sharing the code I was wondering what should I change to use this concept on my own data set and along side with the mixup concept presented in this reposotory https://github.com/facebookresearch/mixup-cifar10 thanks in advance

hellbell commented 3 years ago

Hi, our implementation is quite simple, so I think you might have to see the CutMix training parts (https://github.com/clovaai/CutMix-PyTorch/blob/master/README.md#experiments) and apply them on your own training code.

Oussamab21 commented 3 years ago

Hi , thank you I saw that but i was wondering how this can cope with the Mixup concept does this needs further changes ? or they can work along with no further updates?

hellbell commented 3 years ago

Sorry, I can't understand the mixup concept, but anyway I think there are no further changes to apply CutMix.