Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Exposing solver callbacks to python #3020
+22
−0
Conversation
jeffdaily
commented
Jun 17, 2016
|
+1 This is a great addition. Code is elegant. Please accept this pull request. |
|
@longjon @shelhamer thoughts? |
|
|
|
All LGTM now. Thanks @philkr! |
jeffdonahue
merged commit f28f5ae
into
BVLC:master
Jun 17, 2016
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
|
Any examples how to use this? |
fxbit
added a commit
to Yodigram/caffe
that referenced
this pull request
Sep 1, 2016
|
|
jeffdonahue + fxbit |
8d8cb04
|
|
@kli-nlpr A simple and nice example can be found at this SO thread. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
philkr commentedSep 3, 2015
This PR exposes the solver callbacks to python. They can be added by calling
solver.add_callback(on_start, on_gradient), whereon_startandon_gradientare python functions.