Implementation of several KD papers using pytorch.
- python>=3.7
- torch>=1.6
- torchvision>=0.7
- Add experimental codes for poison attack under KD
- Add experimental codes for adversarial training under KD
- Implement core procedure in attention transfer paper
- Implement core KD procedures in FitNets paper
- Add tests for network performance on MNIST and CIFAR10
- Add FitNet
- Add Maxout Network