- Train dataset: Cifar 10 dataset with 2 augmentation
- Using VGG 16
- learning rate 0.01 for 1~95 epoch
- learning rate 0.001 for 96 ~ 110 epoch
- learning rate 0.0001 for 110~ 150 epoch
- Best model at 115 epoch
- Test acc: 96.67% Test Loss: 0.13332
- Val acc: 93.06% Val Loss: 0.2888
python3 test.py -i <IMAGE_PATH>