[mlpack-git] [mlpack/mlpack] segmentation fault in using sgd while increasing number of function (#607)

Ryan Curtin notifications at github.com
Sat Apr 9 12:58:42 EDT 2016


Hi Ranjan,

Your data has 20 rows on disk, but Armadillo stores matrices in a column-major form, so these matrices are transposed at load time.  See http://mlpack.org/docs/mlpack-git/doxygen.php?doc=matrices.html for more information (a more detailed tutorial is coming too but I have not pushed it yet).

Try using `.col()` where you are using `.row()` and this will probably help fix the issue.

Thanks,

Ryan

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/issues/607#issuecomment-207817871
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160409/c217c36f/attachment.html>


More information about the mlpack-git mailing list