[mlpack-git] [mlpack] Serialization of ann (#513)

Ryan Curtin notifications at github.com
Thu Feb 4 16:51:25 EST 2016


I haven't implemented serialization of cubes yet.  Take a look at `src/mlpack/core/arma_extend/Mat_extra_bones.hpp`, `src/mlpack/core/arma_extend/Mat_extra_meat.hpp`, and `src/mlpack/core/arma_extend/arma_extend.hpp` to see how I wrote `serialize()` for `arma::Mat<>`.  You can do the same thing with cubes, just the definitions will be `ARMA_EXTRA_CUBE_PROTO` and `ARMA_EXTRA_CUBE_MEAT`.  Are you willing to implement that for cube?  It shouldn't be too hard, but if you do, can you also write a few tests in `serialization_test.cpp`?  (You can look at the tests I wrote for Mat there too.)

If you don't have time, I can get around to it eventually, but as always, my todo list is quite long... :)

---
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/issues/513#issuecomment-180066627
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160204/922d8d9c/attachment.html>


More information about the mlpack-git mailing list