Skip to content

Enhanced snapshotting, access to solver parameters, const correctness and style improvements. #5549

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 24 commits into
base: master
Choose a base branch
from

Conversation

ensafi
Copy link

@ensafi ensafi commented Apr 19, 2017

  1. Added const getters and fixed constness of existing getters for various parameters that applications may wish to track via the C++ API during training.
  2. Added member variables to make temporary variables persistent and accessible via getters, including learning rate and mean scores (accuracy).

…us parameters that applications may wish to track via the C++ API during training. Added member variables and initialization to make temporary variables persistent and accessible via getters, including learning rate and mean scores (accuracy).
@ensafi ensafi changed the title Added const getters and fixed constness of existing getters for vario… Enhanced snapshotting, access to solver parameters, const correctness and style improvements. May 22, 2017
@ensafi
Copy link
Author

ensafi commented May 22, 2017

  1. Added protocol buffer snapshotting support and a custom snapshot callback to facilitate user-defined behavior without necessarily relying on disk files for saving/restoring snapshots.
  2. Renamed global macros to include CAFFE prefix: CAFFE_STRINGIFY and CAFFE_AS_STRING.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants