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/
< rcurtin> zoq: any chance you can add the ensmallen repo to AppVeyor? I think my account doesn't have permissions to do that, if I remember the process we went through for mlpack-wheels right :)
percyX has joined #mlpack
percyX has quit [Remote host closed the connection]
h_badger has joined #mlpack
h_badger has quit [Remote host closed the connection]
< metahost> When is the next meet-up planned? I missed this one :(
< jenkins-mlpack2> Project docker mlpack nightly build build #577: FAILURE in 2 days 0 hr: http://ci.mlpack.org/job/docker%20mlpack%20nightly%20build/577/
< jenkins-mlpack2> Project docker ensmallen nightly build build #136: FAILURE in 2 days 0 hr: http://ci.mlpack.org/job/docker%20ensmallen%20nightly%20build/136/
< jenkins-mlpack2> Project docker mlpack weekly build build #94: FAILURE in 7 hr 27 min: http://ci.mlpack.org/job/docker%20mlpack%20weekly%20build/94/
< jenkins-mlpack2> Project docker mlpack nightly build build #578: STILL FAILING in 4 min 56 sec: http://ci.mlpack.org/job/docker%20mlpack%20nightly%20build/578/
vikram2000b has joined #mlpack
vikram2000b has quit [Remote host closed the connection]
M_slack_mlpack_U has joined #mlpack
M_slack_mlpack_U is now known as VikramSinghChund
< VikramSinghChund> hello, can anyone guide me on how to start contributing on mlpack. Thank you:)
< pickle-rick[m]> Vikram Singh Chundawat: Hey there, you should check out https://www.mlpack.org/community.html and https://www.mlpack.org/gsoc.html. These should have enough info for you to get started.
< VikramSinghChund> Thanks for your guidance. I saw your community page and am interested to work on ideas given on site (<https://github.com/mlpack/mlpack/wiki/SummerOfCodeIdeas>) . I am particularly interested in Reinforcement Learning idea. Can you further point on where to begin studies for this project? (I have good knowledge of Machine Learning and Deep learning and good at c++ and python). Thank you :)
< jenkins-mlpack2> Project docker ensmallen nightly build build #137: ABORTED in 2 hr 50 min: http://ci.mlpack.org/job/docker%20ensmallen%20nightly%20build/137/
< zoq> rcurtin: If I remember right, I set the correct permissions for the account, but added the project anyway.
< zoq> rcurtin: added
< zoq> VikramSinghChundawat: Hello there, a good start would be to get familiar with the neural network casebase; run some tests like: https://github.com/mlpack/mlpack/blob/master/src/mlpack/tests/q_learning_test.cpp would be interesting, there are more tests in that folder as well.
< zoq> Maybe you can find something you like to improve or to add, but don't feel obligated.
Harsh has joined #mlpack
Harsh has left #mlpack []
< rcurtin> metahost: we were aiming for one every two weeks :)
< rcurtin> zoq: awesome, thanks. I am not sure what's up with my AppVeyor account permissions---theres no option for me to add a project or anything
< zoq> rcurtin: Can you check again?
Karan40 has joined #mlpack
Karan40 has quit [Remote host closed the connection]
KaranHejmadi has joined #mlpack
KaranHejmadi has left #mlpack []
< rcurtin> zoq: still don't see options for anything like that; here's what I see: https://ratml.org/misc_img/appveyor-display.png
< rcurtin> I'm not sure what the issue is (also not sure if it's worth the time since we're slowly moving away from appveyor anyway :))
< zoq> rcurtin: Okay, yeah not sure what the issue is, there should be a button "add project".
< rcurtin> there was once... and then it went away :)
< rcurtin> I'm not too worried about it---I don't see any other repositories we'll need to add AppVeyor support to anytime soon
< zoq> Even if we do, happy to do it :)
< rcurtin> :)
ImQ009 has joined #mlpack
ssk441 has joined #mlpack
ssk441 has quit [Remote host closed the connection]
namangup has joined #mlpack
namangup has quit [Ping timeout: 240 seconds]
youknjubb has joined #mlpack
youknjubb is now known as hergb
hergb is now known as nishant
nishant is now known as nishantkr18
namangup has joined #mlpack
nishantkr18 has quit [Remote host closed the connection]
nishantkr18 has joined #mlpack
< metahost> rcurtin: that's great! looking forward to the next one. :)
< Nakul[m]> zoq: please have a look , sorry for delay as i was on vaccation https://github.com/mlpack/mlpack/pull/2075.
< Nakul[m]> i excuted the mlpack_test and it runs fine on my ubuntu i can share the result if you wish..
< Nakul[m]> * i excuted the mlpack_test and it runs fine on my ubuntu i can share the result if you want: ).
namangup has quit [Quit: namangup]
namangup has joined #mlpack
nishantkr1867 has joined #mlpack
nishantkr1867 has quit [Remote host closed the connection]
KhizirSiddiquiGi has joined #mlpack
< KhizirSiddiquiGi> Nakul: I have added few comments about style changes. Refer to the style build errors to fix them.
nishantkr18 has quit [Remote host closed the connection]
< KhizirSiddiquiGi> Nakul: Also, the CallbackTest and SoftmaxRegressionTest fail. Can you fix that?
nishantkr18 has joined #mlpack
nishantkr18 has quit [Remote host closed the connection]
< Nakul[m]> Khizir Siddiqui (Gitter): Hi could you tell me where it is failling as a run the all the test it went fine..here is the result https://pastebin.com/asV20TyZ
nishantkr18 has joined #mlpack
nishantkr18 has quit [Read error: Connection reset by peer]
< KhizirSiddiquiGi> `mlpack_test` builds properly, but do the tests pass? Did you run `./bin/mlpack_test -t SoftmaxRegressionTest` and `./bin/mlpack_test -t CallbackTest`?
< zoq> Nakul[m]: Looks like the build was just canceled, let me restart the build.
nishantkr18 has joined #mlpack
nishantkr18 has quit [Read error: Connection reset by peer]
nishantkr18 has joined #mlpack
nishantkr18 has quit [Read error: Connection reset by peer]
< Nakul[m]> how to dealt with this..
< Nakul[m]> i am not getting this error
nishantkr18 has joined #mlpack
nishantkr18 has quit [Remote host closed the connection]
< zoq> Nakul[m]: You mean: CTEST_OUTPUT_ON_FAILURE=1 ctest -T Test does run fine on your system?
< KhizirSiddiquiGi> Nakul: [Here](https://github.com/mlpack/mlpack/blob/59d4400a007a12fc21a4ef5ee1a5b8854906b514/src/mlpack/methods/softmax_regression/softmax_regression_impl.hpp#L59), The `optimizer` never calls the callback functions passed to `Train()`, ig. This is why the callbacks are never called and do not print output to the stream and the stream length remain 0.
ImQ009 has quit [Read error: Connection reset by peer]
< abernauer[m]> rcurtin: I get the impression I scare employers when I mention software development in the Marketing Industry.
namangup has quit [Ping timeout: 268 seconds]