Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Added solver callback for testing nets #5710
+18
−0
Conversation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ChWick commentedJun 23, 2017
The Solvers::Callback received methods for communication during the
testing of a net:
I need this functions to be able to dynamically write into input blobs during testing in C++.
Currently I only can generate data for the training stage using the 'on_start' callback.