Skip to content

Latest commit

 

History

History

CIFAR

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

MoEx on CIFAR

We train PyramidNet-200 with simple MoEx based on Cutmix Official Code.

Requirements

This code was tested on the following versions.

Python3
PyTorch>=1.0
torchvision>=0.2
Numpy

Training a CIFAR with MoEx

Here we show an example of training Pyramidnet-200 with MoEx using PONO to extract the moments. The exchange probability $p$ is set to 0.25 and the interpolation weight $\lambda$ is set to 0.5. Please refer to run.sh for details.

bash run.sh