[mlpack-git] [mlpack] ANN Saving the network and reloading (#531)

stereomatchingkiss notifications at github.com
Tue Mar 1 12:45:08 EST 2016


> I'm not sure what this returns to create a network of the appropriate type

I think it should be something like


`std::tuple<ann::LinearLayer<>&,  ann::BiasLayer<>&, ....>`

If you call std::make_tuple, if will become

`std::tuple<ann::LinearLayer<>,  ann::BiasLayer<>, ....>`

You can take a look at [boost typeindex](http://www.boost.org/doc/libs/1_60_0/doc/html/boost_typeindex/examples.html) too, this library could help you print the name of  type(I read them from meyers book, but haven't tried it yet)

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


More information about the mlpack-git mailing list