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/
ImQ009 has quit [Quit: Leaving]
pawsed has joined #mlpack
pawsed_ has joined #mlpack
pawsed__ has joined #mlpack
pawsed has quit [Ping timeout: 256 seconds]
pawsed__ is now known as pawsed
pawsed_ has quit [Ping timeout: 240 seconds]
govg has joined #mlpack
pawsed_ has joined #mlpack
pawsed has quit [Ping timeout: 260 seconds]
pawsed_ is now known as pawsed
pawsed_ has joined #mlpack
pawsed has quit [Ping timeout: 252 seconds]
pawsed_ is now known as pawsed
vivekp has quit [Ping timeout: 268 seconds]
chinmayasb has joined #mlpack
chinmayasb has left #mlpack []
vivekp has joined #mlpack
vivekp has quit [Ping timeout: 240 seconds]
vivekp has joined #mlpack
vivekp has quit [Ping timeout: 260 seconds]
vivekp has joined #mlpack
vivekp has quit [Ping timeout: 240 seconds]
vivekp has joined #mlpack
vivekp has quit [Ping timeout: 260 seconds]
vivekp has joined #mlpack
vivekp has quit [Ping timeout: 276 seconds]
pawsed_ has joined #mlpack
pawsed has quit [Ping timeout: 256 seconds]
pawsed_ is now known as pawsed
pawsed_ has joined #mlpack
pawsed has quit [Ping timeout: 240 seconds]
pawsed_ is now known as pawsed
pawsed_ has joined #mlpack
pawsed has quit [Ping timeout: 248 seconds]
pawsed has joined #mlpack
ImQ009 has joined #mlpack
pawsed_ has quit [Ping timeout: 256 seconds]
pawsed_ has joined #mlpack
pawsed has quit [Ping timeout: 256 seconds]
pawsed_ is now known as pawsed
Atharva has joined #mlpack
< Atharva> I wrote a test for the range_search bindings but am having some trouble building it with make mlpack_test.
< Atharva> I added main_tests/range_search_test.cpp to cmakelists
< Atharva> In file included from /home/atharva/Documents/mlpack/src/mlpack/tests/main_tests/range_search_test.cpp:20:0: /home/atharva/Documents/mlpack/src/mlpack/methods/range_search/range_search_main.cpp:94:13: warning: ‘void mlpackMain()’ defined but not used [-Wunused-function] static void mlpackMain()
< Atharva> I also get this warning when building
< Atharva> CMakeFiles/mlpack_test.dir/range_search_test.cpp.o:/home/atharva/Documents/mlpack/src/mlpack/methods/range_search/rs_model_impl.hpp:410: first defined here collect2: error: ld returned 1 exit status src/mlpack/tests/CMakeFiles/mlpack_test.dir/build.make:3740: recipe for target 'bin/mlpack_test' failed make[3]: *** [bin/mlpack_test] Error 1 CMakeFiles/Makefile2:7341: recipe for target 'src/mlpack/tests/CMakeFiles/mlpack_test.dir/all'
< Atharva> I get this final error
pawsed_ has joined #mlpack
pawsed has quit [Ping timeout: 276 seconds]
pawsed_ is now known as pawsed
kaushik_ has joined #mlpack
pawsed_ has joined #mlpack
pawsed has quit [Ping timeout: 265 seconds]
pawsed_ is now known as pawsed
daivik has joined #mlpack
rehas has quit [Ping timeout: 256 seconds]
< Atharva> I think this issue is specific to range_search, because I made a sample knn_test for knn_main test with one blank test and it had no problems building
< Atharva> To specify, to test I removed all the contents of the test in the range_search_test and it didn't build
pawsed_ has joined #mlpack
pawsed has quit [Ping timeout: 240 seconds]
pawsed_ is now known as pawsed
ajaivgeorge_ has joined #mlpack
ajaivgeorge has quit [Ping timeout: 256 seconds]
ajaivgeorge_ is now known as ajaivgeorge
robertohueso has joined #mlpack
pawsed has quit [Ping timeout: 276 seconds]
Atharva has quit [Ping timeout: 260 seconds]
pawsed has joined #mlpack
vivekp has joined #mlpack
rajeshdm9 has joined #mlpack
rajeshdm9 has quit [Client Quit]
abinthomasonline has joined #mlpack
rajeshdm9 has joined #mlpack
aayu_96 has joined #mlpack
sumedhghaisas2 has joined #mlpack
sumedhghaisas has quit [Read error: Connection reset by peer]
abinthomasonline has left #mlpack []
pawsed has quit [Ping timeout: 240 seconds]
pawsed has joined #mlpack
ajaivgeorge has quit [Quit: ajaivgeorge]
ajaivgeorge has joined #mlpack
daivik has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
daivik has joined #mlpack
ShikharJ has joined #mlpack
pawsed_ has joined #mlpack
pawsed has quit [Ping timeout: 248 seconds]
pawsed_ is now known as pawsed
ShikharJ has quit [Quit: Page closed]
sumedhghaisas has joined #mlpack
sumedhghaisas2 has quit [Ping timeout: 256 seconds]
pawsed_ has joined #mlpack
pawsed has quit [Ping timeout: 268 seconds]
pawsed_ is now known as pawsed
sumedhghaisas has quit [Read error: Connection reset by peer]
sumedhghaisas has joined #mlpack
aayu_96 has quit [Ping timeout: 260 seconds]
pawsed has quit [Ping timeout: 240 seconds]
sumedhghaisas2 has joined #mlpack
demonwolf has joined #mlpack
sumedhghaisas has quit [Ping timeout: 265 seconds]
< demonwolf> Everytime I run any of the mlpack programs it shows Segmentation fault(core dumped)
< demonwolf> even when trying to open the documentation it shows the same
< zoq> demonwolf: Is libmlpack.so in your library search path?
< zoq> export LD_LIBRARY_PATH="/usr/local/lib/:$LD_LIBRARY_PATH"
< zoq> you might have to change "/usr/local/lib/
< demonwolf> yep, I have alreasy included it in the library search path
< zoq> And is libmlpack.so in that path?
< demonwolf> yes
< zoq> and you get a segmentation fault if you run something like: mlpack_pca -h?
< demonwolf> yes
< demonwolf> even on mlpack_pca --help
< zoq> Have you previously installed mlpack?
< demonwolf> no this is for the first time
< zoq> how does LD_LIBRARY_PATH look like on your seystem?
< zoq> *system
< demonwolf> it
< demonwolf> it is as /usr/local/lib/
< zoq> Can you set it to the build directory?
< demonwolf> I cant find 'libmlpack.so' inside the build dir
< demonwolf> LD_LIBRARY_PATH=/usr/local/lib/libmlpack.so
< demonwolf> this entry exists in my environment variable list
< demonwolf> is it ok?
< zoq> ah, it should look like LD_LIBRARY_PATH=/usr/local/lib/
< zoq> without the library
< demonwolf> oh got it
< demonwolf> thanks a lot. And it starts working.
< zoq> Glad it worked :)
< demonwolf> I decided to work for mlpack on GSOC
< demonwolf> Can you provide a direction?
< zoq> mlpack.org/gsoc.html and www.mlpack.org/involved.html should be helpful.
< demonwolf> Thanks
aayu_96 has joined #mlpack
demonwolf has quit [Quit: Page closed]
rajeshdm9 has quit [Quit: Page closed]
namrata has joined #mlpack
sanchay has joined #mlpack
govg has quit [Ping timeout: 256 seconds]
< daivik> Travis build fails for one job with "No output recieved in the last 10 minutes" (https://travis-ci.org/mlpack/mlpack/builds/343023366?utm_source=github_status&utm_medium=notification). This isn't an issue with my code is it?
< zoq> daivik: No this is a Travis issue.
< daivik> okay. thanks :)
< daivik> zoq: rcurtin: I was having some issues with mlpack and boost v 1.58 a while ago (ref logs of 7th and 8th Feb). Yesterday, I was talking with desai-aditya on IRC and he was also having the same problems as me. I have opened PR 1257 as a fix for those -- please could you take a look once you get a chance.
< zoq> daivik: Sure, we will take a look at the PR, also note we get a mail for every new PR.
sanchay has quit [Ping timeout: 260 seconds]
ShikharJ has joined #mlpack
< ShikharJ> zoq: Is there a way of printing the arma::mat matrices on the terminal while running the tests?
< daivik> ShikharJ: just std::cout should work
< daivik> zoq: Thanks. I'm sorry for being a pest
< zoq> daivik: Nah, nothing to worry about.
ShikharJ has quit [Quit: Page closed]
nilkel has joined #mlpack
namrata has quit [Ping timeout: 260 seconds]
< nilkel> hi there, I got the error "[FATAL] Cannot open file 'dataset.csv'." when I tried to run the simple mlpack examples from the contributing page - http://www.mlpack.org/docs/mlpack-2.2.5/doxygen/sample.html
nilkel has quit [Ping timeout: 240 seconds]
vivekp has quit [Ping timeout: 248 seconds]
vivekp has joined #mlpack
nilkel has joined #mlpack
nilkel has quit [Ping timeout: 248 seconds]
nilkel has joined #mlpack
kaushik_ has quit [Quit: Connection closed for inactivity]
< zoq> nilkel: You should use your own dataset file, for testing you could use https://raw.githubusercontent.com/mlpack/mlpack/master/src/mlpack/tests/data/iris.csv
sumedhghaisas has joined #mlpack
sumedhghaisas2 has quit [Read error: Connection reset by peer]
sumedhghaisas has quit [Read error: Connection reset by peer]
sumedhghaisas has joined #mlpack
daivik has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
< nilkel> zoq: where is the csv file loaded from or where do I input the location?
< zoq> nilkel: data::Load("data.csv", data, true); the first parameter is the path and filename
brni has joined #mlpack
nilkel has quit [Ping timeout: 248 seconds]
robertohueso has quit [Quit: Leaving.]
robertohueso has joined #mlpack
ImQ009_ has joined #mlpack
ImQ009 has quit [Ping timeout: 256 seconds]
K4k has quit [Read error: Connection reset by peer]
aayu_96 has quit [Ping timeout: 260 seconds]
brni has quit [Ping timeout: 260 seconds]
sumedhghaisas has quit [Read error: Connection reset by peer]
sumedhghaisas has joined #mlpack
ImQ009_ has quit [Quit: Leaving]
bhbhb has joined #mlpack
bhbhb has quit [Client Quit]