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/
jenkins-mlpack2 has quit []
jenkins-mlpack2 has joined #mlpack
vivekp has quit [Ping timeout: 264 seconds]
vivekp has joined #mlpack
vivekp has quit [Read error: Connection reset by peer]
vivekp has joined #mlpack
ImQ009 has joined #mlpack
vivekp has quit [Ping timeout: 268 seconds]
vivekp has joined #mlpack
cjlcarvalho has joined #mlpack
caiojcarvalho has quit [Ping timeout: 244 seconds]
witness_ has quit [Quit: Connection closed for inactivity]
vivekp has quit [Ping timeout: 256 seconds]
vivekp has joined #mlpack
wenhao has joined #mlpack
< wenhao> rcurtin: Hi Ryan. My PR failed Travis Test because of "SpMat::SpMat(): detected identical locations". Is this error caused by same locations in input when instantiating sp_mat with batch insertion?
vivekp has quit [Read error: Connection reset by peer]
vivekp has joined #mlpack
< rcurtin> wenhao: right, exactly
witness_ has joined #mlpack
< ShikharJ> zoq: This might be interesting: https://www.youtube.com/watch?v=ckoD_bE8Bhs
< wenhao> rcurtin: Is there any way to avoid this error without removing same locations in input?
ImQ009 has quit [Quit: Leaving]
< rcurtin> not really, if there are duplicate locations Armadillo has no idea how to select which of the multiple values should be used
< wenhao> rcurtin: I see. Thanks for the help!