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/
jeffin143 has joined #mlpack
< jeffin143> lozhnikov : I need to maintain the count of token too, so in tf-idf policy , I have to declare , something as unordered_map<token_type,size_t> , but how to should I determine the token type in a policy?
< jeffin143> Should I take it as template parameter of class..???
< jeffin143> And then using tfidfencoding = stringencoding<tfidfencodingpolicy<tokenthpe>,stringdictionaryencoding<tokentype>>;
< jeffin143> lozhnikov : I just wanted to identify the token uniquely, so instead of storing token,I can store their value since it is same as that * , so I don't need token type
xiaohong has joined #mlpack
xiaohong has quit [Remote host closed the connection]
xiaohong has joined #mlpack
xiaohong has quit [Remote host closed the connection]
xiaohong has joined #mlpack
xiaohong has quit [Remote host closed the connection]
xiaohong has joined #mlpack
xiaohong has quit [Remote host closed the connection]
xiaohong has joined #mlpack
xiaohong has quit [Read error: Connection timed out]
xiaohong has joined #mlpack
xiaohong has quit [Read error: Connection timed out]
xiaohong has joined #mlpack
xiaohong has quit [Remote host closed the connection]
xiaohong has joined #mlpack
< lozhnikov> jeffin143: You don't need the token itself. It's enough to pass the label to the policy.
jeffin143 has quit [Read error: Connection reset by peer]
jeffin143 has joined #mlpack
xiaohong has quit [Remote host closed the connection]
xiaohong has joined #mlpack
jeffin143 has quit [Ping timeout: 250 seconds]
jeffin143 has joined #mlpack
xiaohong has quit [Remote host closed the connection]
xiaohong has joined #mlpack
xiaohong has quit [Remote host closed the connection]
xiaohong has joined #mlpack
< Toshal> ShikharJ: Sorry for the slow response. I have completed my exact-objective PR. and I have worked on the visitors. I will push changes related to it soon. I have also made the changes you told me to do on the serialization PR.
< Toshal> Please review the serialization PR in your free time.
KimSangYeon-DGU has joined #mlpack
ankit45 has joined #mlpack
< ankit45> hello everyone, I am Ankit, a third-yearite at BITS Pilani, India. It is a pleasure to join this community. I would like to start contributing to mlpack. Could someone please point out some documentations that I could read so as to get a general Idea of how I can start contributing?
ankit45 has quit [Remote host closed the connection]
ankit63 has joined #mlpack
< jenkins-mlpack2> Project docker mlpack nightly build build #408: STILL UNSTABLE in 3 hr 27 min: http://ci.mlpack.org/job/docker%20mlpack%20nightly%20build/408/
xiaohong_ has joined #mlpack
xiaohong has quit [Read error: Connection reset by peer]
xiaohong_ has quit [Read error: Connection reset by peer]
xiaohong has joined #mlpack
ankit7 has joined #mlpack
ankit7 has quit [Ping timeout: 260 seconds]
ankit63 has quit [Ping timeout: 260 seconds]
jeffin143 has quit [Remote host closed the connection]
jeffin143 has joined #mlpack
xiaohong has quit [Remote host closed the connection]
xiaohong has joined #mlpack
KimSangYeon-DGU has quit [Remote host closed the connection]
xiaohong has quit [Read error: Connection timed out]
xiaohong has joined #mlpack
xiaohong has quit [Remote host closed the connection]
xiaohong has joined #mlpack
< xiaohong> ankit45: You can read the document, https://www.mlpack.org/doc/mlpack-3.1.1/doxygen/anntutorial.html.
xiaohong has quit [Remote host closed the connection]
xiaohong has joined #mlpack
xiaohong has quit [Ping timeout: 245 seconds]
< Toshal> ShikharJ: I am here
< ShikharJ> Toshal: Great, could you explain what you mean by exact-objective PR?
< ShikharJ> sakshamB: Are you there?
< Toshal> ShikharJ: it's this https://github.com/mlpack/ensmallen/pull/109
< rcurtin> Toshal: I think that's ready to go, just haven't had a chance to do the final review. I was hoping to find some time today
< rcurtin> thanks again for your hard work on that one by the way, it is really nice support :)
< Toshal> rcurtin: Thanks and no worries about the delay.
< Toshal> ShikharJ: I will make a PR for LSGANs soon. Sorry for the delay about it.
< ShikharJ> Toshal: Okay great, could you tell me which of your PRs are still under progress?
< ShikharJ> Maybe I can review the ones that are complete?
< Toshal> ShikharJ: Ah okay. Just a sec.
< Toshal> rcurtin: Can you just let me know your thoughts on https://github.com/mlpack/mlpack/pull/1924.
< rcurtin> hang on, let me pull it up...
< rcurtin> still failing the memory checks, I'm not sure why. let me re-run Jenkins on it and we can see what the error messages are
< rcurtin> the most recent time I looked at it, the memory checks job had just timed out, so I re-ran it, but didn't manage to go back and check the result
< Toshal> Okay. No worries.
< Toshal> ShikharJ: I am mentioning below PRs which you can review.
< Toshal> #1770, #1815, #1888 That's it.
< Toshal> I will complete work on #1956 and #1920 soon.
< Toshal> May be today itself.
< Toshal> I will ping you about them to you.
< ShikharJ> Toshal: Okay good. Please let me know as soon as they're complete.
< Toshal> #1939 and #1950 are also under progress.
< Toshal> They will need some time.
< Toshal> I guess #1933 just need discussion that's it.
< Toshal> Once you review it.
< Toshal> Not sure whether it's complete.
< ShikharJ> Toshal: Okay great, since you and I seem to have some catching up to do, we'll let this week slide on prior work. See you on Friday then. Have a good week.
< Toshal> ShikharJ: Okay Thanks.
< Toshal> Have nice day.
jeffin143 has quit [Ping timeout: 276 seconds]
ImQ009 has joined #mlpack
jeffin143 has joined #mlpack
jeffin143 has quit [Read error: Connection reset by peer]
KimSangYeon-DGU has joined #mlpack
xiaohong has joined #mlpack
xiaohong has quit [Remote host closed the connection]
xiaohong has joined #mlpack
xiaohong has quit [Remote host closed the connection]
xiaohong has joined #mlpack
xiaohong has quit [Ping timeout: 264 seconds]
vivekp has joined #mlpack
jeffin143 has joined #mlpack
jeffin14337 has joined #mlpack
< jeffin14337> lozhnikov : I made a new branch from your branch, and add BOW and both TFIDF encoding algorthim
< jeffin14337> The only issue is TFidf Encoding has double values where, the Encode() function takes vector<vector<size_t>output as input
< jeffin14337> I will also handle the comments in string-cleaning PR and make a commit today
< zoq> xiaohong: Hello, did you see my comment on the PPO PR?
< lozhnikov> jeffin14337: Thanks, can you open a PR?
< jeffin14337> Also I will write the blog tomorrow :)
< lozhnikov> jeffin14337: Probably the type of the elements should be a template parameter.
< lozhnikov> jeffin14337: Ok
< sakshamB> ShikharJ: sorry for missing the meet. I hope to discuss on Friday or anytime before that as you like. My work on CGAN is almost complete so, you can review that.
< jeffin14337> lozhnikov : I have left some comments, PTAL when you are free
< jeffin14337> ok so i have understood the problem
< jeffin14337> The static data members are the problem
< jeffin14337> if I am calling the A::static function for a things
< jeffin14337> and again calling it, The intial state is not gone, How to flush out the old values ?
< jeffin14337> from a static data member?
< jeffin14337> lozhnikov : https://pastebin.com/yi6gdu3e
< lozhnikov> jeffin14337: What's that?
< lozhnikov> jeffin14337: Look at the TfIdf policy. It shouldn't contain static variables.
< jeffin14337> yes it shouldn't contain static variable
< jeffin14337> I just tried following the same function defination
< jeffin14337> I will just remove the static members, Thanks :)
vivekp has quit [Ping timeout: 248 seconds]
jeffin14337 has quit [Ping timeout: 260 seconds]
< jeffin143> O
< jeffin143> lozhnikov : bow and tf-idf is ready , I have resolved the issue and added template parameter for vector<vector<>>
< lozhnikov> jeffin143: Okay, I'll look through the code today.
ImQ009 has quit [Quit: Leaving]
abernauer has joined #mlpack
< abernauer> rcurtin: Any tips on dealing with SFINAE?
< rcurtin> abernauer: sure, I can give tips, but I need more context :)
< rcurtin> I wouldn't have imagined you would need to deal with SFINAE at all for just getting the handwritten R PCA binding working though
< abernauer> Well I was dealing with this in May too I think, but hadn't realized it. Caused me problems when working on CLI wrappers early. Also it's coming up when I try to pass a reference to an arma matrix as a function parameter.
abernauer has left #mlpack []
< rcurtin> abernauer: if you're wrapping all of the CLI functionality as C functions, then you shouldn't be passing references around I don't think
jeffin143 has quit [Remote host closed the connection]
jeffin143 has joined #mlpack