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

stereomatchingkiss notifications at github.com
Wed Mar 2 13:12:25 EST 2016


Pull request #542 should fix this issue, the problem is the parameter name "network" hide the name of data member "network".


If you want to save memory when make the tuple, you can move the layer too

```
auto modules = std::make_tuple(std::move(inputLayer), 
std::move(inputBiasLayer), std::move(inputBaseLayer), 
std::move(hiddenLayer1), std::move(hiddenBiasLayer1), 
std::move(outputLayer));

```

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


More information about the mlpack-git mailing list