niuzhiheng / caffe

Caffe
http://caffe.berkeleyvision.org/
BSD 2-Clause "Simplified" License
317 stars 129 forks source link

Add scripts for training cifar10 dataset #58

Closed ZxYuan closed 9 years ago

ZxYuan commented 9 years ago

Scripts added as below get_cifar10_dataset.bat: download and unzip cifar10 dataset; create_cifar10.bat: create leveldb and calculate image mean (see create_cifar10.sh) train_full.bat: (see train_full.sh) train_quick.bat: (see train_quick.sh)