mixup_pytorch
mixup_pytorch copied to clipboard
A PyTorch implementation of the paper Mixup: Beyond Empirical Risk Minimization in PyTorch
Results
2
mixup_pytorch issues
Sort by
recently updated
recently updated
newest added
Hello. Thank you for your share. First of all, My English is not so fluent. Please understand it. There is a mistake in shuffle_minibatch function in main_cifar10.py, main_cifar100.py ``` def...
Hello. Thank you for your nice implementation and share. There is a typo in Usage section in readme.md file. ``` #Train and test CIFAR 10 with mixup. python main_cifar10.py --mixup...