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

stereomatchingkiss notifications at github.com
Wed Mar 2 10:49:26 EST 2016


> After this, when I compile I am still getting errors but its different:

This is the wrong of const correctness, it is quite easy to fix

change 

`OutputDataType& OutputParameter() const { return outputParameter; }`

to

`OutputDataType const& OutputParameter() const { return outputParameter; }`

Pull request #536 fix this problem already

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


More information about the mlpack-git mailing list