[mlpack-git] [mlpack] FFN serialization (#516)
Ryan Curtin
notifications at github.com
Fri Feb 5 13:47:10 EST 2016
Looks good to me so far, but I only took a quick look. You might find some of the stuff in `src/mlpack/tests/serialization.hpp` to be helpful for testing. Usually when I test serialization, I'll serialize using text, XML, and binary archives, then make sure all of the models are the same after serialization. Sometimes it's also useful to serialize over an existing model (i.e. make models A and B, then serialize A into a file, then read B from that file), so as to make sure a model properly cleans up its own memory during serialization.
---
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/pull/516#issuecomment-180494795
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160205/8ed6eaf8/attachment.html>
More information about the mlpack-git
mailing list