Created
August 16, 2020 14:13
-
-
Save zoq/2ae50073388327f93bfae74f5f53143f to your computer and use it in GitHub Desktop.
model.hpp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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