├── LICENSE ├── README.md ├── defensive_models.py ├── setup_mnist.py ├── test_defense.py ├── train_defense.py ├── train_models.py ├── utils.py └── worker.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Trevillie/MagNet/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Trevillie/MagNet/HEAD/README.md -------------------------------------------------------------------------------- /defensive_models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Trevillie/MagNet/HEAD/defensive_models.py -------------------------------------------------------------------------------- /setup_mnist.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Trevillie/MagNet/HEAD/setup_mnist.py -------------------------------------------------------------------------------- /test_defense.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Trevillie/MagNet/HEAD/test_defense.py -------------------------------------------------------------------------------- /train_defense.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Trevillie/MagNet/HEAD/train_defense.py -------------------------------------------------------------------------------- /train_models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Trevillie/MagNet/HEAD/train_models.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Trevillie/MagNet/HEAD/utils.py -------------------------------------------------------------------------------- /worker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Trevillie/MagNet/HEAD/worker.py --------------------------------------------------------------------------------