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/
vivekp has quit [Ping timeout: 240 seconds]
vivekp has joined #mlpack
petris has quit []
petris has joined #mlpack
petris has quit [Remote host closed the connection]
petris has joined #mlpack
petris has quit [Client Quit]
petris has joined #mlpack
sumedhghaisas has quit [Ping timeout: 268 seconds]
csoni has joined #mlpack
sumedhghaisas has joined #mlpack
csoni has quit [Read error: Connection reset by peer]
Trion has joined #mlpack
vivekp has quit [Read error: Connection reset by peer]
vivekp has joined #mlpack
vivekp has quit [Ping timeout: 240 seconds]
vivekp has joined #mlpack
manthan has joined #mlpack
csoni has joined #mlpack
csoni has quit [Read error: Connection reset by peer]
Trion has quit [Quit: Entering a wormhole]
vivekp has quit [Ping timeout: 265 seconds]
vivekp has joined #mlpack
ImQ009 has joined #mlpack
csoni has joined #mlpack
csoni has quit [Read error: Connection reset by peer]
sulan_ has joined #mlpack
sumedhghaisas has quit [Read error: Connection reset by peer]
sumedhghaisas has joined #mlpack
vivekp has quit [Ping timeout: 240 seconds]
vivekp has joined #mlpack
Trion has joined #mlpack
vivekp has quit [Read error: Connection reset by peer]
vivekp has joined #mlpack
witness has joined #mlpack
vivekp has quit [Ping timeout: 240 seconds]
vivekp has joined #mlpack
< zoq> rcurtin: Great, once I solved the python build issue on windows, I can create a package for windows.
Jackey-Huo has joined #mlpack
Jackey-Huo has quit [Client Quit]
witness has quit [Quit: Connection closed for inactivity]
Trion has quit [Quit: Entering a wormhole]
govg has joined #mlpack
Trion has joined #mlpack
ImQ009_ has joined #mlpack
ImQ009 has quit [Ping timeout: 265 seconds]
travis-ci has joined #mlpack
< travis-ci> Prabhat-IIT/mlpack#1 (master - b288571 : Ryan Curtin): The build has errored.
travis-ci has left #mlpack []
luffy1996 has joined #mlpack
vivekp has quit [Read error: Connection reset by peer]
vivekp has joined #mlpack
Trion has quit [Quit: Entering a wormhole]
travis-ci has joined #mlpack
< travis-ci> Prabhat-IIT/mlpack#2 (fastmksTest - 90970c9 : Prabhat): The build has errored.
travis-ci has left #mlpack []
< manthan> zoq : with respect to your comment on flexibleReLU PR, due to the fact that since input is zeroing out and so pertubations won't cause any change, the gradient should be the same with and without pertubations and so test should pass right?
sumedhghaisas2 has joined #mlpack
sumedhghaisas has quit [Ping timeout: 240 seconds]
< manthan> zoq : what i mean is i understood why is estGradient evaluating to 0 but this same thing should be valid when the whole module is run right?
< zoq> The complete gradient step uses the alpha parameter as output, but the gradient check is based on the assumption, that a permutation in one direction has an effect on the result, which isn't the case, in the range of 0 and < 0.
< manthan> ya agreed with that but i don't understand why was it failing in specific test check and passing in complete module test
< manthan> also the modified test looks good and i will update the PR now :D
< zoq> On my system both cases fail, my guess is the complete run does use another random seed where the weights are positive and the single run doesn't.
< manthan> ya even i almost concluded that :D
< manthan> thanks
luffy1996 has quit [Quit: Connection closed for inactivity]
sulan_ has quit [Quit: Leaving]
Prabhat-IIT has joined #mlpack
witness has joined #mlpack
sumedhghaisas2 has quit [Ping timeout: 256 seconds]
sumedhghaisas has joined #mlpack
robertohueso has joined #mlpack
sumedhghaisas has quit [Ping timeout: 260 seconds]
sumedhghaisas has joined #mlpack
ImQ009_ has quit [Quit: Leaving]
sumedhghaisas has quit [Ping timeout: 265 seconds]
manthan has quit [Ping timeout: 260 seconds]
< xa0> I'm seeing a fatal error (munmap_chunk(): invalid pointer) when I try and use softmax regression
sumedhghaisas has joined #mlpack
sumedhghaisas has quit [Ping timeout: 240 seconds]
< rcurtin> xa0: munmap_chunk()... are you using mmap() to allocate a matrix?
< xa0> nope. have a look at the backtrace, the error comes from mlpack
< xa0> specifically, the destructor of softmaxregressionfunction
< xa0> i only ever use the standard constructors for matrices
< rcurtin> ah, well I am greasy right now (I am working on a car) so I can't look into it at the moment, but if you want to try and make a minimum reproducible example I can look into it when I have a chance
< rcurtin> it does seem very strange to me that munmap_chunk() is being called, I suspect something weird is going on
< xa0> sure ^^
< rcurtin> you can file a github issue too, maybe someone not on IRC might be able to reproduce before I can get around to looking into it
< xa0> ah okay, will do
Prabhat-IIT has quit [Ping timeout: 260 seconds]
< xa0> i've used valgrind and found some uninitialized values, but as far as i can tell, and i really hope i'm wrong cause i don't want to have to upgrade to the git version, but i'm pretty sure they're not coming from me