<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]>
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]>
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.