├── Figs ├── flatness.png └── train_curve.png ├── LICENSE ├── README.md ├── datasets.py ├── main_adv.py ├── main_std.py ├── models ├── preactivate_resnet.py ├── vgg.py └── wideresnet.py └── utils.py /Figs/flatness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VITA-Group/Alleviate-Robust-Overfitting/HEAD/Figs/flatness.png -------------------------------------------------------------------------------- /Figs/train_curve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VITA-Group/Alleviate-Robust-Overfitting/HEAD/Figs/train_curve.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VITA-Group/Alleviate-Robust-Overfitting/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VITA-Group/Alleviate-Robust-Overfitting/HEAD/README.md -------------------------------------------------------------------------------- /datasets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VITA-Group/Alleviate-Robust-Overfitting/HEAD/datasets.py -------------------------------------------------------------------------------- /main_adv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VITA-Group/Alleviate-Robust-Overfitting/HEAD/main_adv.py -------------------------------------------------------------------------------- /main_std.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VITA-Group/Alleviate-Robust-Overfitting/HEAD/main_std.py -------------------------------------------------------------------------------- /models/preactivate_resnet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VITA-Group/Alleviate-Robust-Overfitting/HEAD/models/preactivate_resnet.py -------------------------------------------------------------------------------- /models/vgg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VITA-Group/Alleviate-Robust-Overfitting/HEAD/models/vgg.py -------------------------------------------------------------------------------- /models/wideresnet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VITA-Group/Alleviate-Robust-Overfitting/HEAD/models/wideresnet.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VITA-Group/Alleviate-Robust-Overfitting/HEAD/utils.py --------------------------------------------------------------------------------