code descriptions:
common.py
: some common configurations, code snippets and utilitiesmnist_base.py
: The base experiment of mnist dataset, i.e., the clean modelmnist_poison.py
: The badnet experiment of mnist datasetcifar10_base.py
: The base experiment of cifar10 datasetcifar10_poison.py
: The badnet experiment of cifar10 dataset*.ipynb
: The corresponding results of the above experiment