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/
< nishantkr18[m]> zoq: yeah, it's really amazing!
< nishantkr18[m]> @freenode_favre49:matrix.org: Oh.. that's nice.!
< nishantkr18[m]> jonpsy: Yeah, I could try that as well. Thanks :)
ImQ009 has joined #mlpack
< nishantkr18[m]> zoq: I'm getting an end of file exception, and i'm guessing its probably due to the training the model using gym_tcp_api.
< nishantkr18[m]> because just commenting out agent.TrainAgent() makes the whole thing work
< nishantkr18[m]> Here's what I've been trying: https://gist.github.com/nishantkr18/0eb7ac5eba47039f15903478985744da
< nishantkr18[m]> Maybe increasing the timeout time should make it work?
favre49 has joined #mlpack
< zoq> nishantkr18[m]: Hm, let me check.
< zoq> nishantkr18[m]: The first one seems to work fine now.
< zoq> nishantkr18[m]: There is some error in train(const size_t threshold)
< zoq> nishantkr18[m]: But for some reason the error is hidden, to see the error just remove the function around the cell.
JoelJosephGitter has quit [Ping timeout: 260 seconds]
pickle-rick[m] has quit [Ping timeout: 260 seconds]
pickle-rick[m] has joined #mlpack
JoelJosephGitter has joined #mlpack
travis-ci has joined #mlpack
< travis-ci> shrit/ensmallen#39 (master - 70a2be8 : Ryan Birmingham): The build passed.
travis-ci has left #mlpack []
travis-ci has joined #mlpack
< travis-ci> shrit/ensmallen#40 (master - a63ea6d : Ryan Curtin): The build passed.
travis-ci has left #mlpack []
vigsterkr[m]1 has quit [Ping timeout: 260 seconds]
LolitaNazarov[m] has quit [Ping timeout: 260 seconds]
RohitKartikGitte has quit [Ping timeout: 260 seconds]
vigsterkr[m]1 has joined #mlpack
RohitKartikGitte has joined #mlpack
LolitaNazarov[m] has joined #mlpack
< kartikdutt18[m]> Hey everyone, Here is the [link](https://medium.com/@kartikduttmd/gsoc-week-6-7-1-july-13-july-ae10321fdd1d?source=friends_link&sk=9f03329b59fad7ae2d6481062463d985) to my weekly blog post. Kindly let me know what you think.
< nishantkr18[m]> zoq: Yeah it works now. The 2nd one shouldn't work as it had agent.Episode() in it.. I intended to remove it. I'll do that now. Thanks 👍️
< himanshu_pathak[> Hey, rcurtin: I think there is a memory issue with `arma::randn()` whenever I am using it in my program valgrind is showing Invalid free error.
< himanshu_pathak[> Heysakshamb189: I am trying to debug the memory issue and find out the problem with `arma::randn()` . Do you have any alternate for this in your mind??
< sakshamb189[m]> We are using it at other places as well. I am quite sure that `arma::randn` is not what is causing the issue.
< sakshamb189[m]> Have you tried running just a simple program with only `arma::randn` to see if you can produce the issue with that?
< himanshu_pathak[> > Have you tried running just a simple program with only `arma::randn` to see if you can produce the issue with that?
< himanshu_pathak[> Wait I should try that too.
< himanshu_pathak[> getting this error
< himanshu_pathak[> only using `arma::randn()`
< sakshamb189[m]> can you show the program as well?
< himanshu_pathak[> Can you try to reproduce this using valgrind --leak-check=full --show-leak-kinds=all --tool=memcheck --track-origins=yes ./test.out
< sakshamb189[m]> can you remove the labels part and anything to do with mlpack, ensmallen and just have armadillo here?
< sakshamb189[m]> and from the error message above I do not think it shows invalid free anywhere
< himanshu_pathak[> > and from the error message above I do not think it shows invalid free anywhere
< himanshu_pathak[> Getting same error may be I am missing something
< sakshamb189[m]> The valgrind output you pasted does not show invalid free error. Is that not correct?
< himanshu_pathak[> > The valgrind output you pasted does not show invalid free error. Is that not correct?
< himanshu_pathak[> Yup you are correct
< sakshamb189[m]> we need to work on fixing the invalid free errors that are being shown for the svm
< himanshu_pathak[> > we need to work on fixing the invalid free errors that are being shown for the svm
< himanshu_pathak[> Ok I thought this was the main reason of Invalid free
< himanshu_pathak[> But its not
< sakshamb189[m]> sure no worries :)
< himanshu_pathak[> Thanks for helping
favre49 has quit [Remote host closed the connection]
< zoq> nishantkr18[m]: Glad it worked.
< zoq> kartikdutt18[m]: Awesome update, the debugging meme got me.
ImQ009 has quit [Quit: Leaving]
< rcurtin> kartikdutt18[m]: nice update, the "Input Stream Error" is something I also have spent too much time debugging in the past :(
< rcurtin> himanshu_pathak[: awesome that you got the memory issue worked out---also, I enjoyed the video about how to beat the zombie horde :)
< rcurtin> any objection if I merge #2459 (boost::program_options -> CLI11)? last chance for any comments :)
< jonpsy[m]> kartikdutt18 loved the article, can you tell me where you're getting those resources from? (Monte Carlo. Processing and that stuff) I need to subscribe to em 😬
< rcurtin> okay, in goes CLI11 :-D