rcurtin_irc changed the topic of #mlpack to: mlpack: a scalable machine learning library (https://www.mlpack.org/) -- channel logs: https://libera.irclog.whitequark.org/mlpack -- NOTE: messages sent here might not be seen by bridged users on matrix, gitter, or slack
<_slack_mlpack_16> Hi guys I am new to mlpack i am using a windows machine i build the package from source for c
_slack_mlpack_16 is now known as AnshVerma[m]
<AnshVerma[m]> Hi, guys, I am new to mlpack I am using a windows machine i built the package from source as per the guidelines as vckpg is installing an older version right now but I am getting these errors when running the quick start examples is it due to my installation or something? by the way, this is the code <https://github.com/mlpack/mlpack/blob/master/doc/quickstart/cpp.md>
<jonpsy[m]> Eshaan Agarwal: I've went through the code
<jonpsy[m]> There's a LOT of clean ups you have to do; carefully look at the suggestions & fix them
<EshaanAgarwal[m]> <jonpsy[m]> "There's a LOT of clean ups you..." <- I have commented on most of the places where I need some clarity ! For others I will push those changes as soon as possible.
<rcurtin[m]> Ansh Verma: try setting your C++ standard to C++17; does that help?
<akhunti1[m]> <akhunti1[m]> "Hi rcurtin I installed openblas..." <- Hi rcurtin any suggestion on this pls . because the file i am getting after installation is libopenblas.so.0. but program need libopenblaso.so.0 this file .
<rcurtin[m]> I don't have any suggestion on the issue, sorry.
<akhunti1[m]> Np, Thanks
<jonpsy[m]> <EshaanAgarwal[m]> "I have commented on most of..." <- What part are you still confused about in the code review? We can discuss here
<EshaanAgarwal[m]> <jonpsy[m]> "What part are you still confused..." <- https://github.com/mlpack/mlpack/pull/3283#discussion_r1014593210 can you explain this one please ?
<EshaanAgarwal[m]> https://github.com/mlpack/mlpack/pull/3283#discussion_r1014619958 for this using std::generate or arma::for_each or arma::transform i am not able to access the row and column of the 0th cell. I think for this for loop seems ok.
<EshaanAgarwal[m]> I think i cannot use std::generate at place where you suggested. I am getting this error everywhere - `no match for call to ‘(mlpack::Maze::State) ()’
<EshaanAgarwal[m]> 4475 | *__first = __gen();`
<EshaanAgarwal[m]> > <@eshaanagarwal:matrix.org> I think i cannot use std::generate at place where you suggested. I am getting this error everywhere - `no match for call to ‘(mlpack::Maze::State) ()’
<EshaanAgarwal[m]> https://github.com/mlpack/mlpack/pull/3283#discussion_r1014601247 for this suggestion. jonpsy zoq
<EshaanAgarwal[m]> > 4475 | *__first = __gen();`
<EshaanAgarwal[m]> > <@eshaanagarwal:matrix.org> I think i cannot use std::generate at place where you suggested. I am getting this error everywhere - `no match for call to ‘(mlpack::Maze::State) ()’... (full message at <https://libera.ems.host/_matrix/media/v3/download/libera.chat/a009a1fff184b92fe1a92ef8b5fbc3947dd5e190>)
<EshaanAgarwal[m]> * `std::vector\<StateType> SampleGoals(int transitionIndex)... (full message at <https://libera.ems.host/_matrix/media/v3/download/libera.chat/b322901e162cfaa96d0d8e569e6662d3e7cc4ef0>)
<EshaanAgarwal[m]> * ```std::vector\<StateType> SampleGoals(int transitionIndex)... (full message at <https://libera.ems.host/_matrix/media/v3/download/libera.chat/d9c0f328dcb900d440ab9ed8538afdd7e49dc204>)
<EshaanAgarwal[m]> * ````std::vector<StateType>... (full message at <https://libera.ems.host/_matrix/media/v3/download/libera.chat/856883361a7db25aed969fbadb978d0641f9f8b5>)
<EshaanAgarwal[m]> * ````std::vector<StateType>... (full message at <https://libera.ems.host/_matrix/media/v3/download/libera.chat/2ed72218dd8bc3b6dd166e34e8da09a1be7458c2>)
<EshaanAgarwal[m]> > <@eshaanagarwal:matrix.org> ````std::vector<StateType>... (full message at <https://libera.ems.host/_matrix/media/v3/download/libera.chat/41d00dd2f5b30bff02ea76069377e506da3b09f1>)
<EshaanAgarwal[m]> jonpsy: zoq: I have made changes according to all the comments and pushed the changes ;
<EshaanAgarwal[m]> Only 2-3 are left. For that I have made relevant comments. Please do take a look whenever you guys can.
<EshaanAgarwal[m]> Meanwhile I would finish the tutorial in a couple of hours and work on the submission repo. It would be a great help if you could get some time to look at that too before tomorrow's night.
<EshaanAgarwal[m]> ( Fixing all those comments took some time :) )
<EshaanAgarwal[m]> jonpsy: zoq: can you confirm the submission deadline for mentee and mentor's ? I think there is some discrepancy.
<jonpsy[m]> > <@eshaanagarwal:matrix.org> ````std::vector<StateType>... (full message at <https://libera.ems.host/_matrix/media/v3/download/libera.chat/77b111b36050d37d4276d520da236acf8afb8fdf>)
<jonpsy[m]> but if its too much on you, you can stick to this method
<EshaanAgarwal[m]> jonpsy[m]: Actually that was not an issue. I did that when I called it but It gave the error I mentioned there.
<EshaanAgarwal[m]> <EshaanAgarwal[m]> "jonpsy: zoq: can you confirm the..." <- Also can you please tell me about this ?
<jonpsy[m]> No need to tag for every other msg
<jonpsy[m]> <EshaanAgarwal[m]> "Actually that was not an issue..." <- Stick to your method, let's not delve there then
<jonpsy[m]> <EshaanAgarwal[m]> "Also can you please tell me..." <- Marcus could confirm, lets wait for his reply
<EshaanAgarwal[m]> jonpsy: zoq I have added the tutorial for HER with Maze environment. https://github.com/mlpack/mlpack/pull/3306
<zoq[m]> <EshaanAgarwal[m]> "Also can you please tell me..." <- The mentor submission is after yours.
<zoq[m]> Which looks like you have to submit it today/tomorrow.
<EshaanAgarwal[m]> zoq[m]: I have almost prepared it. I would submit it in some hours from now. If you want i can share the link here.
<zoq[m]> Sure, once you submitted it we can submit our evaluation as well.
<EshaanAgarwal[m]> zoq[m]: cool ! here is the link - https://github.com/eshaanagarwal/GSoC-2022-mlpack.
<zoq[m]> EshaanAgarwal[m]: That works, thanks for putting it together.