verne.freenode.net changed the topic of #mlpack to: http://www.mlpack.org/ -- We don't respond instantly... but we will respond. Give it a few minutes. Or hours. -- Channel logs: http://www.mlpack.org/irc/
< kris1> The error i think is that there isn’t enough memory
< rcurtin> blah, there goes gitdub again sending tons of commit messages it already sent
lamacarena has joined #mlpack
< lamacarena> Hey. is mlpack comparable to tensor flow?
lamacarena has quit [Quit: Page closed]
travis-ci has joined #mlpack
< travis-ci> mlpack/mlpack#2876 (mlpack-2.2.4 - ae8e35b : Ryan Curtin): The build passed.
travis-ci has left #mlpack []
kris1 has quit [Quit: kris1]
kris1 has joined #mlpack
kris1 has quit [Client Quit]
kris1 has joined #mlpack
vivekp has joined #mlpack
partobs-mdp has joined #mlpack
kris1 has quit [Quit: kris1]
govg has quit [Ping timeout: 240 seconds]
govg_ has joined #mlpack
kris1 has joined #mlpack
kris1 has quit [Quit: kris1]
vivekp has quit [Ping timeout: 260 seconds]
vivekp has joined #mlpack
kris1 has joined #mlpack
< lozhnikov> kris1: I think there is no quick answer since I should dig into the code and debug that a little in order to understand the issue. I'll look through the code today.
< kris1> Okay…just to point out the code works till size of inSize = 64 and outSize = 100 so you can try with something like 100, 100
kris1 has quit [Quit: kris1]
kris1 has joined #mlpack
kris1 has quit [Quit: kris1]
kris1 has joined #mlpack
< partobs-mdp> zoq: What should I do to wrap up the task PR aside from removing AddTask?
< partobs-mdp> zoq: As a follow-up: what models shall we use for creating first working implementation of HAMUnit?
< partobs-mdp> zoq: As a first approximation, I offer to use linear functions for Join/Search/... modules of HAM. What do you think?
shikhar has joined #mlpack
< zoq> partobs-mdp: I'll take a look at the PR and make some comments, later today.
< zoq> partobs-mdp: Also, starting with a linear function sounds good to me.
shikhar_ has joined #mlpack
kris1 has quit [Quit: kris1]
< partobs-mdp> zoq: Ok, so I propose this: affine functions for EMBED/JOIN/WRITE, sigma(affine function) for SEARCH.
< partobs-mdp> zoq: Now about gradients: we have ∇log p(y | A, x, θ) and ∇log p(A | x, θ)
shikhar has quit [Ping timeout: 240 seconds]
< partobs-mdp> The latter one seems to be the gradient of SEARCH function
< partobs-mdp> The first one... well, I don't really understand the first one - can you explain to me what is that?
< partobs-mdp> *The latter one seems to be the gradient of SEARCH function wrt SEARCH function weights (btw, am I right here?)
shikhar_ has quit [Ping timeout: 240 seconds]
< zoq> partobs-mdp: I'm in a meeting, I get back to you once I have a chance, might take some hours :(
shikhar_ has joined #mlpack
shikhar_ has quit [Quit: WeeChat 1.7]
partobs-mdp has quit [Ping timeout: 268 seconds]
partobs-mdp has joined #mlpack
kris1 has joined #mlpack
kris1 has quit [Quit: kris1]
kris1 has joined #mlpack
< lozhnikov> kris1: It seems the formulas in the paper are correct except the sign near s_i^T \alpha_i s_i in the energy function. This minor issue doesn't affect sampling formulas but affects free energy. Here is the fix. https://usercontent.irccloud-cdn.com/file/zUKoAjS2/energy.jpg
< kris1> Okay i will have a look thanks.
< kris1> I will open the gan pr later today.
< kris1> Also were you able to test the memory error i was taking about
shikhar has joined #mlpack
kartik_ has joined #mlpack
< kartik_> <zoq> i think zoq CMAES cant be applied to logistic regression as u said because there is no error calculation like SGD and using the gradient to minimize. The build of logistic regression just passed but it doesnt leads to any output
shikhar has quit [Quit: WeeChat 1.7]
shikhar has joined #mlpack
kris1_ has joined #mlpack
kris1 has quit [Ping timeout: 240 seconds]
kris1_ is now known as kris1
kartik_ has quit [Ping timeout: 260 seconds]
kris1 has quit [Ping timeout: 255 seconds]
partobs-mdp has quit [Remote host closed the connection]
travis-ci has joined #mlpack
< travis-ci> mlpack/mlpack#2878 (master - 923df37 : Ryan Curtin): The build was broken.
travis-ci has left #mlpack []
shikhar has quit [Quit: WeeChat 1.7]
andrzejku has joined #mlpack
MikeLDN has joined #mlpack
vivekp has quit [Ping timeout: 248 seconds]
vivekp has joined #mlpack
< MikeLDN> Hi. I need a hint... stucked with LNK 2005 error in VC2015 (and 2.2.4)
< MikeLDN> I have a working CF demo dialog app and when I add #include <mlpack/methods/range_search/rs_model.hpp> bellow other #include <mlpack/methods... I get LNK errors with visitors
< MikeLDN> "public: void __cdecl mlpack::range::TrainVisitor::operator()(class mlpack::range::RangeSearch<... already defined, in both app.obj and appdlg.obj
mikeling has quit [Quit: Connection closed for inactivity]
< rcurtin> MikeLDN: I'm not too familiar with visual studio, so I don't know how much help I can be, but my best guess is that what's happening is that you're instantiating a CF object in both app.cpp and appdlg.cpp
< rcurtin> this causes the same symbols to be instantiated twice, which I guess causes a crash with the VS compiler
< rcurtin> the only thing I can think, and it's kinda ugly, is to write a "wrapper class" around the CF class, so all the mlpack .obj symbols for CF will be contained in that
< rcurtin> maybe there is some other way to do it in VS, like I said I am not too familiar with it
< MikeLDN> Thnx. It is actually related to the range search. I wasn't able to make a RS test app so I just "dropped" include rs_model.hpp into the working CF test app, to check it...
< MikeLDN> VC gives the same error. Anyway, command line mlpack_range_search is compiling and working OK so I will try to compare with my project and see where the difference is...
< rcurtin> it might have to do with some linker configuration; it looks like the compiler is generating all the RangeSearch symbols twice when it only needs to do it once
andrzejku has quit [Quit: Textual IRC Client: www.textualapp.com]
vivekp has quit [Ping timeout: 240 seconds]
vivekp has joined #mlpack
sheogorath27 has quit [Remote host closed the connection]
MikeLDN has quit [Ping timeout: 260 seconds]