Implementation of some classic networks and tests of performance on Cifar10 datasets.
- Python 3.6+
- PyTorch 1.0+
# Start training with:
python main.py > log.txt
If you don't want to store the log than you can simply:
python main.py
# You can manually resume the training with:
python main.py --resume --lr=0.01