CIFAR-10 [Caffe1 style]
Runtime Requirements for Python
- Package: lmdb
- Package: python-opencv
Prepare the Dataset
download
cifar-10-python.tar.gz
from http://www.cs.toronto.edu/~kriz/cifar-10-python.tar.gzcopy to data folder
cp cifar-10-python.tar.gz cifar/data
- gen db files
cd cifar10
python gen_lmdb.py
Train "Quick/Full" Model
- Quick
cd cifar10
python solve_quick.py
- Full
cd cifar10
python solve_full.py
Infer "Quick" Model after Training
cd cifar10
python infer.py