PreResNet - wrong implementation of shortcut
Opened this issue · 1 comments
emrahyigit commented
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?
mixup-cifar10/models/resnet.py
Line 64 in eaff31a
rederyang commented
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.