Skip to content

Instantly share code, notes, and snippets.

@zoq
Created August 16, 2020 14:13
Show Gist options
  • Save zoq/2ae50073388327f93bfae74f5f53143f to your computer and use it in GitHub Desktop.
Save zoq/2ae50073388327f93bfae74f5f53143f to your computer and use it in GitHub Desktop.
model.hpp
model m;
arma::mat images;
StandardSGD s(0.0003, 1, 1, 1e-9, true);
CustomCallback cb(images);
std::stringstream stream;
s.Optimize(model, coordinates, cb);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment