Python scripts for Caffe
- Copy all the files in "caffe_update/" to the root folder of caffe and recompile pycaffe.
- Modify the paths in config.py.
- Define your own network models. See the examples in "def/".
- Define a solver for your models. See the examples "solver_xxx.py" and "test/test_solver_xxx.py".