Train a model
caffe_root/build/tools/caffe train -solver [path_to_solver_file]
[Trained models are saved in a location specified in the solver file]
accuracy_cifar.py - generates a file with (iterations, accuracy)
python accuracy_cifar.py [network_definition] [model_prefix] [gpu]
network_deifinition
- the .prototxt file which has referenced in the solver. This contains the network which was trained.
model_prefix
- this is the prefix with which models were saved throughout the training phase.
For both network_definition
and model_prefix
, the root folders are specified inside the script.