# The resnet.py and trainer.py are based on https://github.com/akamaster/pytorch_resnet_cifar10.

export CUDA_VISIBLE_DEVICES=5 && python -u trainer.py --arch resnet20 --save-dir save_ca_resnet20 --optim ca --epoch 160 --batch-size 128 --lr 0.1 --momentum 0 --period 1000 --damp1 1 --damp2 1e-07 --beta 1 --alpha 1 --weight_decay 0.001 --seed 1 > log_ca_resnet20 &&  python -u showprec.py
