├── NIPS_EnResNet_Poster.pdf ├── README.md ├── ResNet20 ├── Attack_PGD_EnResNet_5_20.py ├── Readme.md ├── main_pgd_enresnet5_20.py ├── resnet_cifar.py └── utils.py ├── WideResNet34-10 ├── Attack_PGD_WideResNet.py ├── Readme.md ├── main_pgd_wideresnet34_10_Validation.py ├── resnet_cifar.py └── utils.py ├── fig1.png ├── fig2.png └── fig4.png /NIPS_EnResNet_Poster.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaoWangMath/EnResNet/HEAD/NIPS_EnResNet_Poster.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaoWangMath/EnResNet/HEAD/README.md -------------------------------------------------------------------------------- /ResNet20/Attack_PGD_EnResNet_5_20.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaoWangMath/EnResNet/HEAD/ResNet20/Attack_PGD_EnResNet_5_20.py -------------------------------------------------------------------------------- /ResNet20/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaoWangMath/EnResNet/HEAD/ResNet20/Readme.md -------------------------------------------------------------------------------- /ResNet20/main_pgd_enresnet5_20.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaoWangMath/EnResNet/HEAD/ResNet20/main_pgd_enresnet5_20.py -------------------------------------------------------------------------------- /ResNet20/resnet_cifar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaoWangMath/EnResNet/HEAD/ResNet20/resnet_cifar.py -------------------------------------------------------------------------------- /ResNet20/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaoWangMath/EnResNet/HEAD/ResNet20/utils.py -------------------------------------------------------------------------------- /WideResNet34-10/Attack_PGD_WideResNet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaoWangMath/EnResNet/HEAD/WideResNet34-10/Attack_PGD_WideResNet.py -------------------------------------------------------------------------------- /WideResNet34-10/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaoWangMath/EnResNet/HEAD/WideResNet34-10/Readme.md -------------------------------------------------------------------------------- /WideResNet34-10/main_pgd_wideresnet34_10_Validation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaoWangMath/EnResNet/HEAD/WideResNet34-10/main_pgd_wideresnet34_10_Validation.py -------------------------------------------------------------------------------- /WideResNet34-10/resnet_cifar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaoWangMath/EnResNet/HEAD/WideResNet34-10/resnet_cifar.py -------------------------------------------------------------------------------- /WideResNet34-10/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaoWangMath/EnResNet/HEAD/WideResNet34-10/utils.py -------------------------------------------------------------------------------- /fig1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaoWangMath/EnResNet/HEAD/fig1.png -------------------------------------------------------------------------------- /fig2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaoWangMath/EnResNet/HEAD/fig2.png -------------------------------------------------------------------------------- /fig4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BaoWangMath/EnResNet/HEAD/fig4.png --------------------------------------------------------------------------------