expose Solver::Restore() as public and Solver.restore() in pycaffe
authorEvan Shelhamer <shelhamer@imaginarynumber.net>
Thu, 5 Mar 2015 01:18:26 +0000 (17:18 -0800)
committerEvan Shelhamer <shelhamer@imaginarynumber.net>
Thu, 5 Mar 2015 01:18:42 +0000 (17:18 -0800)
commitc0219cc1916d60eb4b7d85d2058a92ecdd7dcd75
tree5d32b241999bda11bb8e2dc3970e9c5639c45dec
parentccfa3dc10c4bfa3ff5740923a5c760e17316a514
expose Solver::Restore() as public and Solver.restore() in pycaffe

The solver can restore its state without entering the Solve() loop.
include/caffe/solver.hpp
python/caffe/_caffe.cpp