├── CIFAR ├── README.md ├── pyramidnet_moex.py ├── run.sh ├── train_moex.py └── utils.py ├── ImageNet ├── README.md ├── main_moex.py ├── main_moex_cutmix.py ├── moex_densenet.py ├── moex_resnet.py ├── run_moex+cutmix_resnet.sh ├── run_moex_densenet.sh └── run_moex_resnet.sh ├── LICENSE ├── ModelNet ├── README.md └── pointnet2_classification_moex.py ├── README.md └── figs └── fig1.jpg /CIFAR/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boyiliee/MoEx/HEAD/CIFAR/README.md -------------------------------------------------------------------------------- /CIFAR/pyramidnet_moex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boyiliee/MoEx/HEAD/CIFAR/pyramidnet_moex.py -------------------------------------------------------------------------------- /CIFAR/run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boyiliee/MoEx/HEAD/CIFAR/run.sh -------------------------------------------------------------------------------- /CIFAR/train_moex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boyiliee/MoEx/HEAD/CIFAR/train_moex.py -------------------------------------------------------------------------------- /CIFAR/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boyiliee/MoEx/HEAD/CIFAR/utils.py -------------------------------------------------------------------------------- /ImageNet/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boyiliee/MoEx/HEAD/ImageNet/README.md -------------------------------------------------------------------------------- /ImageNet/main_moex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boyiliee/MoEx/HEAD/ImageNet/main_moex.py -------------------------------------------------------------------------------- /ImageNet/main_moex_cutmix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boyiliee/MoEx/HEAD/ImageNet/main_moex_cutmix.py -------------------------------------------------------------------------------- /ImageNet/moex_densenet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boyiliee/MoEx/HEAD/ImageNet/moex_densenet.py -------------------------------------------------------------------------------- /ImageNet/moex_resnet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boyiliee/MoEx/HEAD/ImageNet/moex_resnet.py -------------------------------------------------------------------------------- /ImageNet/run_moex+cutmix_resnet.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boyiliee/MoEx/HEAD/ImageNet/run_moex+cutmix_resnet.sh -------------------------------------------------------------------------------- /ImageNet/run_moex_densenet.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boyiliee/MoEx/HEAD/ImageNet/run_moex_densenet.sh -------------------------------------------------------------------------------- /ImageNet/run_moex_resnet.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boyiliee/MoEx/HEAD/ImageNet/run_moex_resnet.sh -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boyiliee/MoEx/HEAD/LICENSE -------------------------------------------------------------------------------- /ModelNet/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boyiliee/MoEx/HEAD/ModelNet/README.md -------------------------------------------------------------------------------- /ModelNet/pointnet2_classification_moex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boyiliee/MoEx/HEAD/ModelNet/pointnet2_classification_moex.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boyiliee/MoEx/HEAD/README.md -------------------------------------------------------------------------------- /figs/fig1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Boyiliee/MoEx/HEAD/figs/fig1.jpg --------------------------------------------------------------------------------