Skip to content

Comments

Added solver callback for testing nets#5710

Open
ChWick wants to merge 1 commit intoBVLC:masterfrom
ChWick:solver-callback-for-testing-nets
Open

Added solver callback for testing nets#5710
ChWick wants to merge 1 commit intoBVLC:masterfrom
ChWick:solver-callback-for-testing-nets

Conversation

@ChWick
Copy link

@ChWick 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.

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant