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/
lozhnikov_ has joined #mlpack
lozhnikov has quit [Ping timeout: 240 seconds]
zoq has quit [Ping timeout: 240 seconds]
zoq has joined #mlpack
< AbishaiEbenezerG> hi mlpack! i do not know how to run the rl implementations and test cases with gym. could someone help me out?
< AbishaiEbenezerG> i went through https://github.com/zoq/gym_tcp_api#getting-started but i'm not sure if this is what i'm looking for
< AbishaiEbenezerG> i remember a conversation earlier here that said that we don't have to use this api anymore since mlpack already has the envs...something like that
< AbishaiEbenezerG> and especially since there isn't any documentation on this....
< AbishaiEbenezerG> even #1533 is kinda unclear to me...
< AbishaiEbenezerG> @sriramsk1999 need your help...
< SriramSKGitter[m> Hi @abinezer what exactly are you having troubles with?
< AbishaiEbenezerG> hey! so, i'm just starting out with trying out the rl algos with gym
< AbishaiEbenezerG> i'm a beginner here, so i might ask a few dumb stuff
< SriramSKGitter[m> To learn the ropes, I think it would be better to experiment with mlpack's inbuilt environments before trying out openai gym
< AbishaiEbenezerG> so lets say for example if i wanna try out the mountain car env with mlpacks q_learning
< AbishaiEbenezerG> how do i do that?
< SriramSKGitter[m> #2295 is a work in progress, but I think it should be of some help to you :)
< AbishaiEbenezerG> oh cool thanks ! i'll check it out rn and get back back if i have any more probs...
< SriramSKGitter[m> For more details, look at some of the tests like `q_learning_test.cpp`, `rl_components_test.cpp` and `async_learning_test.cpp`
< SriramSKGitter[m> No problem :)
< AbishaiEbenezerG> sure
< jenkins-mlpack2> Project docker mlpack nightly build build #640: STILL FAILING in 3 hr 0 min: http://ci.mlpack.org/job/docker%20mlpack%20nightly%20build/640/
< JoelJosephGitter> @abinezer https://codeshare.io/2BLeVb - this is some code i used to do mountaincar task, inspired from the "q_learning_test.cpp".... hope it helps :)
< JoelJosephGitter> Does the ffn.hpp have a backward function which can accept a custom loss function?
< JoelJosephGitter> backward function = for doing backpropagation
< JoelJosephGitter> i can see that pytorch has that feature, if im right
< pickle-rick[m]> How might I go about debugging a network that's not converging? In my case, I'm testing a vgg16 implementation(it compiles but trains slow and doesn't converge) , and I'm not sure what's going wrong. You could checkout #62 in mlpack/models repo for the code. Thanks in advance.
< kartikdutt18Gitt> Hey @adithya-tp, I have left some comments on your PR. Hope they help. Thanks.
< AbishaiEbenezerG> sure @joeljosephjin , i'll have a look at it....
ImQ009 has joined #mlpack
< AbishaiEbenezerG> @sriramsk1999 where do i find this? \ref mlpack::rl
< AbishaiEbenezerG> "complete API documentation".
< AbishaiEbenezerG> For further documentation on the rl classes, consult the \ref mlpack::rl
< AbishaiEbenezerG> "complete API documentation".
favre49 has joined #mlpack
favre49 has quit [Ping timeout: 240 seconds]
< himanshu_pathak[> Zoq: I have completed the implementation RBFN locally by the I will push all changes with one test but there are many things left such as implementing multiple activation functions can I include this work in my proposal or not and yes implementation is quite slow because I am using for loop for some operation I will try to use arma functions for operations and improve it lot of work is left I thought it will be quite
< himanshu_pathak[> easy for me to implement I will complete it in a week or so but no it's taking much time. Sorry for delay I will update my pr by this evening
< pickle-rick[m]> > Hey @adithya-tp, I have left some comments on your PR. Hope they help. Thanks.
< pickle-rick[m]> Thanks!
< jeffin143[m]> @himanshu_pathak:matrix.org: it's totally ok , it's not everytime we can follow up with the expected plan , so being liltle late is ok , You shouldn't be sorry about it :)
< himanshu_pathak[> Yes jeffin143 Sometimes things does not happen as planned next time I will try to stick to the timeline
< AbishaiEbenezerG> @joeljosephjin
< AbishaiEbenezerG> while compiling i am getting this error
< AbishaiEbenezerG> i didn't understand the first error - the parameters passed looked fine
< AbishaiEbenezerG> did this same code work for you?
< AbishaiEbenezerG> error: ‘cout’ was not declared in this scope
< AbishaiEbenezerG> 63 | cout << "Average return: " << averageReturn.mean()
< AbishaiEbenezerG> the above 2 lines is part of the error as shown above. i don't know whats wrong here. i even added using namespace std. not sure why these basic errors are showing up, but i'll continue looking at this
metahost has quit [Quit: metahost quit the chat]
metahost has joined #mlpack
< jeffin143[m]> zoq , rcurtin what happened to azure builds , can't see them in checks
< jeffin143[m]> rcurtin : you there ?
< nishantkr18[m]> <rcurtin "okay, strange, in this case I am"> rcurtin: I finally installed and ran with -lmlpack, so everything works now.. but still if i try to make it run using -L instead of -lmlpack, its giving `undefined referrence` error.
< nishantkr18[m]> <nishantkr18[m] "rcurtin: I finally installed and"> Sorry I couldn't get u before, as u had mentioned, I just found out that -lmlpack is also required to search for the library mlpack, along with -L, finally works without installing, sorry for the confusion.. feeling so stupid 😶
AbhiSaphire has joined #mlpack
dcharrezt has joined #mlpack
< zoq> jeffin143[m]: Not sure, will take a look into the issue later.
< zoq> jeffin143[m]: https://status.dev.azure.com/
< zoq> I guess, we just have to wait.
< jeffin143[m]> Ok
< jeffin143[m]> That was quick
< jeffin143[m]> They must be really tensed , and working over time to solve this issue 😂
akashd has joined #mlpack
akashd has quit [Ping timeout: 255 seconds]
favre49 has joined #mlpack
< favre49> A lot of olleges are closing because of COVID-19. I hope everyone stays safe and healthy :)
< favre49> On the plus side, I guess I have a lot of time to work on mlpack
< jeffin143[m]> So true , work from home in my office
< jeffin143[m]> Have spare time for Mlpack :)
< jeffin143[m]> And also we will get more PR , now since everyone will be working 😉
dcharrezt has quit [Remote host closed the connection]
akashd has joined #mlpack
favre49 has quit [Remote host closed the connection]
< GauravSinghGitte> Hi, @zoq shouldn't there be a fatal error if `MaxIterations()` parameter of an optimizer is defined as negative?
< himanshu_pathak[> I don't think Gaurav Singh (Gitter): anyone is going to do that.
< GauravSinghGitte> Hi @himanshupathak21061998 I also think that but when I did that just to see what happens with the `progress_bar`callback I got this result
< PrinceGuptaGitte> Hi @jeffin143, can you have a look at PR #2148 and #2192. I think they are ready from my side but any further suggestion to make improvements are appreciated.
< PrinceGuptaGitte> Thanks.
< PrinceGuptaGitte> (edited) Thanks. => Hi @jeffin143, can you have a look at PR #2184 and #2192. I think they are ready from my side but any further suggestion to make improvements are appreciated.
akashd has quit [Remote host closed the connection]
akashd has joined #mlpack
akashd has quit [Remote host closed the connection]
< PrinceGuptaGitte> They've been ready for some time now. I've also done the refactoring to avoid r value references.
< PrinceGuptaGitte> (edited) They've been ready for some time now. I've also done the refactoring to avoid r value references. => Hi @jeffin143, can you have a look at PR #2184 and #2192 if you get time. I think they are ready from my side but any further suggestion to make improvements are appreciated.
favre49 has joined #mlpack
< favre49> It seems that the function definition is not showing at https://www.mlpack.org/doc/mlpack-3.2.2/doxygen/classmlpack_1_1ann_1_1TanhFunction.html#details
< favre49> Seems to be an issue with HardSigmoid as well
< favre49> The GELU and LiSHT functions are missing entirely from the docs
< favre49> doxygen function definitions are broken across the board, from what I can tell. I don't know enough to debug this right now (also need to go to sleep), so just letting everyone know
< favre49> Ah wait actually it makes sense classes are missing, since this is documenting a release. Seems like I really need some sleep :)
< favre49> Good night, everyone
favre49 has quit [Remote host closed the connection]
togo has joined #mlpack
ImQ009 has quit [Quit: Leaving]
< rcurtin> favre49: :), they should be showing for the mlpack-git documentation
AbhiSaphire has quit [Remote host closed the connection]
< togo> what is the support level for Nvidia Tesla cards with this machine learning library?
< himanshu_pathak[> zoq (@freenode_zoq:matrix.org): Hey zoq when you get time please look at this pr https://github.com/mlpack/mlpack/pull/2261 right now the thyroid test is working and giving 0.07 classificationerror I will try to make mnist test also work right now it is not if you have any suggestions please provide.
louisway has joined #mlpack