/latte_v2

Python utils for Caffe

Primary LanguagePython

latte_v2

Python scripts for Caffe

Usage

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