ChanServ changed the topic of #mlpack to: "mlpack: a fast, flexible machine learning library :: We don't always respond instantly, but we will respond; please be patient :: Logs at http://www.mlpack.org/irc/
xiaohong_ has quit []
SachaD has joined #mlpack
< SachaD> Thank you, zoq
SachaD has quit [Quit: Konversation terminated!]
< jenkins-mlpack2> Yippee, build fixed!
< jenkins-mlpack2> Project docker mlpack nightly build build #585: FIXED in 2 hr 56 min: http://ci.mlpack.org/job/docker%20mlpack%20nightly%20build/585/
SachaD has joined #mlpack
< SachaD> I corrected the input file https://yadi.sk/d/RxhD2xALODmy2w
< SachaD> then i write the code: in .h file: arma::mat dataset, trainData, outLabels; mlpack::ann::FFN<> model;
< SachaD> in .cpp file: mlpack::data::Load(csvFilePath.toStdString(), dataset, true);
< SachaD> trainData = dataset.submat(0, 0, dataset.n_rows - 1, dataset.n_cols - 1);
< SachaD> outLabels = dataset.submat(0, 0, dataset.n_rows - 1, dataset.n_cols - 1);
< SachaD> outLabels.for_each( [](arma::mat::elem_type& val) { val += 1; } ); //I read that output label can not be 0.
< SachaD> model.Add< mlpack::ann::Linear<> >(31, 31);
< SachaD> model.Add< mlpack::ann::SigmoidLayer<> >();
< SachaD> model.Add< mlpack::ann::Linear<> >(31, 31);
< SachaD> model.Add< mlpack::ann::LogSoftMax<> >();
< SachaD> model.Train(trainData, outLabels);
< SachaD> I got error: error: Mat::operator(): index out of bounds terminate called after throwing an instance of 'std::logic_error'
< SachaD> What I did wrong?
SachaD has quit [Quit: Konversation terminated!]
Soham has joined #mlpack
< zoq> SachaD: Can you create a minimal example to reporduce the issue?
< Soham> i want to install mlpack for python but there is some problem(Windows User)! As per the documentation it's straight and simple using either "pip install mlpack/mlpack3" or using "conda install -c mlpack mlpack" but neither seem to work!!any help will be highly appreciated!Thanks!
Soham has quit [Remote host closed the connection]
< HimanshuPathakGi> Soham : Can you please share error message for windows build you can refer to this https://www.mlpack.org/doc/mlpack-git/doxygen/build_windows.html
< HimanshuPathakGi> (edited) ... message for ... => ... message so that we can understand what the problem is for ...
ImQ009 has joined #mlpack
< kumaran[m]> <zoq "kumaran: Hello, there is a PR op"> PR number?
< metahost> Soham: if you could share the error log (via pastebin.com) then it would be great!
< rcurtin> Soham: metahost: I am still working out getting the Windows Python bindings to build so I can upload them to pip. I think conda should work though?
< rcurtin> might be a good idea to file an issue with the conda Github repository if not
< zoq> conda-forge has linux builds only, but you are right we should probably just open a PR to enable the windows build
< zoq> kumaran[m]: https://github.com/mlpack/ensmallen/pull/152 this is the one I was talking about
< rcurtin> zoq: oh, really? weird, I thought I worked with the conda-forge maintainers to fix that
< rcurtin> I don't know conda at all, so I'm not sure what the right way to go is
< rcurtin> if you want I can ping the conda mlpack maintainer, or, maybe we can open an issue on mlpack's github and someone interested in contributing might give it a shot?
< zoq> I can open an issue on the mlpack github, there is probably someone who is interested in take a closer look into the issue.
< rcurtin> sounds good, I think that might get some interest (hopefully :))
< HimanshuPathakGi> I think I would like to work on this issue
< HimanshuPathakGi> (edited) I think Iwould ... => I would ...
< HimanshuPathakGi> So, here we need to enable windows build. zoq can you please provide more context
< zoq> HimanshuPath: Right, so as you can see on https://github.com/conda-forge/mlpack-feedstock the windows build is disabled, not sure what the reason is, so I guess you could checkout some other packges in the conda-forge repo that has the windows build enabled and see if you can replicate that for mlpack.
< HimanshuPathakGi> Ok I will try to find out
< zoq> Great, thanks!
ImQ009 has quit [Quit: Leaving]
Soham has joined #mlpack
Soham has quit [Remote host closed the connection]
Soham has joined #mlpack
Soham has quit [Remote host closed the connection]