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::Snapshot` to pycaffe #3082
Conversation
|
Looks good -- I wonder if we could have a basic test though? Exposing |
|
Sorry for delay on this. I added a test that runs |
shelhamer
added a commit
that referenced
this pull request
Oct 31, 2015
|
|
shelhamer |
f5fd18b
|
shelhamer
merged commit f5fd18b
into
BVLC:master
Oct 31, 2015
1 check passed
|
Thanks for the pycaffe extension @gustavla! |
longjon
referenced
this pull request
Nov 5, 2015
Closed
Why is `snapshot` not exposed through the Python interface? #3077
mpkuse
commented
Aug 9, 2016
|
Is there also a way to load a snapshot into the solver with pycaffe? |
rogertrullo
commented
Sep 29, 2016
rayryeng
commented
Nov 18, 2016
•
|
@mpkuse Just use the |
VasLem
commented
Apr 30, 2017
|
Is there a way to set snapshot file name from inside a Python program, or is it necessary to have the name inside the solver prototxt from the beginning? Sorry if I ask something obvious, but there is no documentation, apart from this page and http://caffe.berkeleyvision.org/tutorial/interfaces.html. |
|
@VasLem |
gustavla commentedSep 18, 2015
This addresses #3077, making it possible to manually save a snapshot (caffemodel+solverstate) from Python.
On a related note, does it also make sense to expose
Solver::TestAll, so that it's possible to manually instigate a test run through Python?