Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Expose Solver::Restore() as public for restoring without solving #2037
+6
−5
Conversation
shelhamer
added enhancement interface
labels
Mar 7, 2015
shelhamer
added a commit
that referenced
this pull request
Mar 7, 2015
|
|
shelhamer |
4d0103b
|
shelhamer
merged commit 4d0103b
into
BVLC:master
Mar 7, 2015
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
shelhamer
deleted the
shelhamer:expose-solver-restore branch
Mar 7, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
shelhamer commentedMar 5, 2015
The solver can restore its state without entering the Solve() loop. This is exposed for C++ and Python. One can now restore a solver and step instead of resuming and marching on until the end.
Sidenote:
Restore()could be overloaded to takeSolverStateinstead of a file.