[mlpack-git] [mlpack] ANN No copy ctor for FNN (#510)

Joseph Mariadassou notifications at github.com
Thu Jan 28 15:40:50 EST 2016


I am trying to modify mlpack::ann::BuildVanillaNetwork to return FFN:
`return FFN<decltype(modules), decltype(classOutputLayer), PerformanceFunctionType>(modules, classOutputLayer);`
 But compilation fails with:
 attempting to reference a deleted function Perhaps, one of the items in the tuple does not support copy construction



---
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/issues/510
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160128/03b81b44/attachment.html>


More information about the mlpack-git mailing list