Added solver callback for testing nets #5710

Open
wants to merge 1 commit into
from

Conversation

Projects
None yet
1 participant

ChWick commented Jun 23, 2017

The Solvers::Callback received methods for communication during the
testing of a net:

  • on_test_start(int id): Testing of the net with id started
  • on test_end(int id): Testing of the net with id ended
  • on_test_iter_start(int id, int iter): Start of the iter'th iteration

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.

@ChWick ChWick Added solver callback for testing nets
The Solvers::Callback received methods for communication during the
testing of a net:
* on_test_start(int id): Testing of the net with id started
* on test_end(int id): Testing of the net with id ended
* on_test_iter_start(int id, int iter): Start of the iter'th iteration
5f04a80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment