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/
< zoq>
Yeah, so after the modification of the SGD class, we haven't updated all the necessary function.
< zoq>
Take a look at line 94 in ffn.hpp this should look similar to line 143 in logistic_regression.hpp.
< zoq>
I'll can make the changes, if you like, probably not before tomorrow.
< kris1>
Oh i see. I will try to fix it if i can't then i will let you know.
< kris1>
Maybe i think then i should write the test based upon logistic regression first.
thyrix has joined #mlpack
chenzhe has joined #mlpack
chenzhe has quit [Ping timeout: 256 seconds]
kris1 has left #mlpack []
chenzhe has joined #mlpack
xenofon has joined #mlpack
chenzhe has quit [Ping timeout: 246 seconds]
xenofon has quit [Quit: Page closed]
vinayakvivek has quit [Quit: Connection closed for inactivity]
mikeling has joined #mlpack
thyrix has quit [Quit: Page closed]
ironstark has quit [Ping timeout: 246 seconds]
chenzhe has joined #mlpack
chenzhe has quit [Quit: chenzhe]
chenzhe has joined #mlpack
shikhar has joined #mlpack
shikhar has quit [Ping timeout: 260 seconds]
chenzhe has quit [Quit: chenzhe]
govg has joined #mlpack
pvskand has joined #mlpack
< pvskand>
When you run all the tests, is there any error found?
sumedhghaisas has joined #mlpack
sumedhghaisas has quit [Ping timeout: 268 seconds]
ironstark has joined #mlpack
vinayakvivek has joined #mlpack
< zoq>
pvskand: Since some tests are probabilistic, it's possible that some tests fail e.g. they don't converge in the specified number of iterations.
< pvskand>
Okay. Well actually I submitted a PR on issue 722 and the Travis failed
< zoq>
yes, this is an error that was fixed, yesterday.
ironstark has quit [Ping timeout: 258 seconds]
< pvskand>
So doesn't Travis build again automatically?
< zoq>
No, Travis rebuilds the PR once you pushed something. I can restart the build if you like, but we know that the error you see isn't related to your changes.
< pvskand>
Okay. Also one more question, can we run Travis locally? Or is it equivalent to running the tests using bin/mlpack test
vishalsingh02099 has quit [Ping timeout: 260 seconds]
shikhar has joined #mlpack
diehumblex has quit [Quit: Connection closed for inactivity]
trapz has quit [Quit: trapz]
pvskand has quit [Ping timeout: 246 seconds]
pvskand has joined #mlpack
pvskand has quit [Client Quit]
mikeling has quit [Quit: Connection closed for inactivity]
sagarbhathwar has joined #mlpack
< sagarbhathwar>
Hi, there . I am getting an error while compiling mlpack
< sagarbhathwar>
Example : /usr/bin/ld: /usr/lib/libbfd.a(format.o): relocation R_X86_64_32S against symbol `binary_vec' can not be used when making a shared object; recompile with -fPIC
< sagarbhathwar>
And many such errors
< sagarbhathwar>
OS - Arch Linux, C++ compiler - gcc-6.3
< sagarbhathwar>
cmake flags I am using is DEBUG=ON
< sagarbhathwar>
I'm not able to figure out the source of this error
< sagarbhathwar>
Oh, now I removed DEBUG=ON cmake flag and compilation proceeds without errors
ironstark has quit [Ping timeout: 246 seconds]
< shikhar>
Probably something to do with the backtrace printing mechanism in mlpack
< sagarbhathwar>
Did I have to compile armadillo with debug on?
< shikhar>
If you need the debug output, error checking, backtraces etc.
ironstark has joined #mlpack
sagarbhathwar has quit [Ping timeout: 260 seconds]
Nax has joined #mlpack
Nax has quit [Ping timeout: 260 seconds]
pengpeng has joined #mlpack
< pengpeng>
Hi, I just got around to building mlpack, but I am having some trouble with the make command. The error I am getting is fatal error: /usr/include/clapack.h: No such file or directory #include ARMA_INCFILE_WRAP(ARMA_CLAPACK) - can anyone lend a hand? :)
< pengpeng>
I have tried installing lapack and the C interface for lapack, but it still gives me this error
shikhar has quit [Quit: Page closed]
ironstark has quit [Ping timeout: 260 seconds]
ironstark has joined #mlpack
jenkins-mlpack has joined #mlpack
jenkins-mlpack has quit [Client Quit]
jenkins-mlpack has joined #mlpack
travis-ci has joined #mlpack
< travis-ci>
mlpack/mlpack#2092 (master - 8b671ea : Ryan Curtin): The build was broken.