This document illustrates the code in supplementary material.
This code requires the following:
- python 3.*
- Pytorch 1.0.1
To run the code, see examples in cifar_auto.py. Automated training, test and final training ResNetK20
$ python cifar_auto.py
To run the code, see examples in mnist_auto.py. Automated training and test ResNetK20
$ python mnist_auto.py