Skip to content

Instantly share code, notes, and snippets.

@Aakash-kaushik
Created September 25, 2020 18:58
Show Gist options
  • Save Aakash-kaushik/d1b021b345c4dcee13de6f176cd3664e to your computer and use it in GitHub Desktop.
Save Aakash-kaushik/d1b021b345c4dcee13de6f176cd3664e to your computer and use it in GitHub Desktop.
Loading a model
FFN<NegativeLogLikelihood<>, RandomInitialization> friend_model;
mlpack::data::load("model.bin", "model", friend_model);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment