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/
ImQ009 has joined #mlpack
< shrit[m]> rcurtin: So what is the difference between the mlpack-git and watch button in github? They should be the same right?
eshitaB has joined #mlpack
< zoq> shrit[m]: mlpack-git includes every mlpack repo (mlpack, examples, etc.) but the information is the same as the watch button.
eshitaB has quit [Quit: Leaving]
< rcurtin> shrit[m]: sorry, I forgot to post the cereal patch last night! let me do that momentarily
< rcurtin> also, the mlpack-git list is a little bit different than watching, because it will send you emails about your own posts on issues
< rcurtin> for me this is helpful so that I can see what I have and haven't responded to
< rcurtin> (and so I can read the whole conversation in my mail client, not just others' replies)
< shrit[m]> rcurtin: I see, so it would be better to have mlpack-git rather than watching
< shrit[m]> However, do you reply using email client, or just github?
< rcurtin> I reply via github, I just open the links at the bottom of the email if I need to reply
< rcurtin> I have a meeting for the first 30 minutes of the video meeting, but I'll join at 1830 UTC :)
< abernauer[m]> rcurtin: Do you any tips for approaching HR interviews vs the ones with a hiring manager?
< abernauer[m]> *have any tips
< rcurtin> I don't know if I have any particularly good advice, but HR people are probably looking for "team players" or people who will fit well into the team, so maybe keep that in mind? anyway I don't know how useful that tip is, take it for what it's worth
< rcurtin> (I don't do all that many interviews)
< abernauer[m]> Ok thanks none the less.
< rcurtin> kartikdutt18[m]: I'm trying to debug some emails that didn't get through to your live.in address... but I have to submit a report to the Outlook team, who will contact you with the results...
< rcurtin> any chance you could forward me the result of that report whenever it shows up? (a few days)
utkarsh has joined #mlpack
utkarsh has left #mlpack []
utkarsh has joined #mlpack
< shrit[m]> rcurtin:
< shrit[m]> Did you get any answer from the outlook team
< shrit[m]> ?
< rcurtin> I did, and I fixed it, but then the IP of the mailserver changed and now I am seeing different errors
< rcurtin> I wish they could just tell me what was wrong in their DSN so that I didn't have to jump through these hoops
< shrit[m]> In my case if I send an email to outlook it goes to spam
< AakashkaushikGit> Hey, how can i run the test for just the activation function from the mlpack_test, I can't seem to figure out the syntax
< AakashkaushikGit> i did checked out the list of tests available but i don't know how to pass them.
< kartikdutt18[m]> Hey @rcurtin, Sure, I'll forward the email when I get them.
< zoq> AakashkaushikGit: Is it part of activation_functions_test.cpp?
< zoq> AakashkaushikGit: We are currently transisition from the Boost test framework to Catch@
< zoq> Catch2
< zoq> So the command is differernt
< rcurtin> thanks kartikdutt18[m]! :)
utkarsh is now known as UtR491
UtR491 has quit [Quit: Konversation terminated!]
UtR491 has joined #mlpack
UtR491 has quit [Client Quit]
< AakashkaushikGit> > Hey, how can i run the test for just the activation function from the mlpack_test, I can't seem to figure out the syntax
< AakashkaushikGit> figured this out.
< shrit[m]> No one in the meeting today
< rcurtin> I'll be there 20 minutes from now
< shrit[m]> 👍️
mlpack-meeting has joined #mlpack
< mlpack-meeting> Hello everyone, video meeting in about 30 minutes - https://zoom.us/j/3820896170
mlpack-meeting has quit [Remote host closed the connection]
< zoq> Hm, better late than never, I guess.
UtR491 has joined #mlpack
UtR491 has quit [Client Quit]
< rcurtin> sorry I am running a bit late
< rcurtin> shrit[m]: we lost you :)
< zoq> rcurtin: community.html docs.html getstarted.html gsoc.html index.html questions.html
< shrit[m]> I am having a bad connection today, so I switched to 4G
ImQ009 has quit [Quit: Leaving]
< zoq> Okay, frontpage updated ---> www.mlpack.org :)
< rcurtin> zoq: awesome! :rocket: :)
< rcurtin> shrit[m]: patch for markdown: https://gist.github.com/63dc584002ad82d436d579f124fab435
< rcurtin> I can't seem to reproduce the python issue locally; I'll try a few other things
< AakashkaushikGit> Hey @zoq , The new front page is really AWESOME, btw i am seeing some random symbols on the output of GO and CLI, I don't know if it's just a problem with me, You can take a look [here](https://drive.google.com/drive/folders/15rS8NYNWbuwBkp6N512PC5S6J9coQNET?usp=sharing).
< zoq> AakashkaushikGit: THanks for the report, should be fixed now.
< zoq> AakashkaushikGit: Okay, nevermind, it's not.
< shrit[m]> We have 11 check are passing now 👍️
< rcurtin> little by little we are getting close :)
< shrit[m]> The windows are failing, it seems that cereal is not being installed
< shrit[m]> even thought that I have added it as zoq have mentioned
< rcurtin> shrit[m]: maybe we need to specify CEREAL_INCLUDE_DIR to CMake in windows.yaml?
< rcurtin> actually I think the variable is CEREAL_INCLUDE_DIRS (but I think we should change that to CEREAL_INCLUDE_DIR in the CMake configuration to match the other packages)
< zoq> AakashkaushikGit: Okay, now it should be fixed.
< AakashkaushikGit> @zoq, Yup it's fixed now. 🎉
< shrit[m]> OK I see,
< shrit[m]> Do I need to specify the version when using nuget? I have installed the unofficial cereal (1.2.2). it did not pass our cereal version tests and has been assigned the version 1.1.1
< shrit[m]> * Do I need to specify the version when using nuget? I have installed the unofficial flayan cereal (1.2.2). it did not pass our cereal version tests and has been assigned the version 1.1.1
< zoq> shrit[m]: I guess since it's the only version you don't have to, but maybe worth doing anyway?