facebookresearch/mixup-cifar10

PreResNet - wrong implementation of shortcut

Opened this issue · 1 comments

Hello everyone,

I have two questions.

  • Why the repository name is cifar10. Is it because mixup is solely designed for CIFAR-10?
  • And in the repo, doesn't matter if there is a shortcut or not, still, BN-Relu applied to the input. This is different in many other repositories. I just want to learn which one is correct?

def forward(self, x):

The 1st question, mixup is not only for cifar10. Named cifar10 because they only provide the experiment codes for cifar 10. Please check the paper.