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/
< xa0>
ok further digging and i think it might be me
< xa0>
nope, now i think it's not again
govg has quit [Ping timeout: 276 seconds]
robertohueso has left #mlpack []
witness has quit [Quit: Connection closed for inactivity]
ricklly has joined #mlpack
csoni has joined #mlpack
csoni has quit [Ping timeout: 260 seconds]
govg has joined #mlpack
ImQ009 has joined #mlpack
rajiv_ has joined #mlpack
< rajiv_>
Is there a way to run mlpack test codes which use boost in my computer? I usually use `g++ spsa_test.cpp -o spsa -std=c++11 ../../../build/lib/libmlpack.so.2 -I ../../../build/include/ -l armadillo -l boost_serialization -l boost_program_options` to compile, but that doesn't compile when I run BOOST_AUTO_TEST_CASE
< rajiv_>
I tried linking a few files but could not find the right one
rajiv_ has quit [Client Quit]
ricklly has quit [Ping timeout: 260 seconds]
Atharva has joined #mlpack
< Atharva>
rajiv_: It’s difficult to manually compile amd run test programs. Instead, you can go to mlpack/build and then run the test executable which must have been compiled when you built mlpack. bin/mlpack_test -t nameoftest
manthan has joined #mlpack
< manthan>
rajiv_ : 1. cd build 2. make mlpack_test ANNLayerTest 3. bin/mlpack_test -t ANNLayerTest
< manthan>
you can do this to build and run a particular test ^
sshkhrnwbie has joined #mlpack
< sshkhrnwbie>
Hi @rcurtin and @zoq Sorry for not following up on my pr #1241
< sshkhrnwbie>
I have added the doxygen documentation and made other requested changes. This was my first time writing documentation for doxygen so please have a look when you have time and point out any mistakes. Thanks
sshkhrnwbie has quit [Ping timeout: 260 seconds]
robertohueso has joined #mlpack
rajiv_ has joined #mlpack
< rajiv_>
Thanks! I'm able to run the tests but am getting the following error for all the tests: "error: solve(): use of LAPACK must be enabled"
rajiv_ has quit [Client Quit]
Atharva has quit [Quit: Connection closed for inactivity]
< manthan>
rajiv_ : do you have LAPACK installed?
rajiv_ has joined #mlpack
< rajiv_>
manthan_ : As you said, LAPACK was not installed, but after installing, I get the following error: "Test setup error: no test cases matching filter"
rajiv_ has quit [Client Quit]
< zoq>
\msg lozhnikov
< zoq>
hm
< zoq>
rajiv_: Are you sure you added the test suite to the CMake file?
< miqlas>
zoq: mlpack 3.0 Haiku port battle anthem: Bee Gees - How deep is your love
< zoq>
'Bee Gees - How deep is your love' that fits perfectly :)
< manthan>
rajiv_ : in addition, check if you are in build folder and have build files written to it
rajiv_ has joined #mlpack
< rajiv_>
zoq_: Yes, I have added the test suite to CMakeLists.txt. When LAPACK was not installed, it gave an error "LAPACK must be enabled" and the test ran. But, after installing, I get the error: "Test setup error: no test cases matching filter"
rajiv_ has quit [Client Quit]
< zoq>
rajiv_: How does the test command look like?
< zoq>
rajiv_: Does 'bin/mlpack_test -t ANNLayerTest' work for you?
rajiv_ has joined #mlpack
< rajiv_>
zoq_ : I used the following commands in mlpack/build/: make mlpack_test ../src/mlpack/tests/spsa_test.cpp; bin/mlpack_test ../src/mlpack/tests/spsa_test.cpp
rajiv_ has quit [Client Quit]
ricklly has joined #mlpack
< zoq>
rajiv_: I see, you can't build a single test, but once you build the codebase, another run should only build changes.
Trion has joined #mlpack
rajiv_ has joined #mlpack
< rajiv_>
zoq_ : What I want to do is to get test results like we get in travis CI build so that I can avoid pushing commits which fail the tests
< zoq>
miqlas: Great, are you planing to build the python bindings as well?
< miqlas>
i can do it, but nothing using it right now.
vivekp has quit [Read error: Connection reset by peer]
Prabhat-IIT has joined #mlpack
ricklly has quit [Ping timeout: 255 seconds]
Trion has quit [Quit: Entering a wormhole]
vivekp has joined #mlpack
robertohueso has quit [Ping timeout: 240 seconds]
< Prabhat-IIT>
rcurtin: While writing test for fastmks I've noticed that it takes reference dataset as reference and ultimately makes the reference matrix NULL. There's a problem due to it. If we save our model and then query it for some dataset then it complains of empty reference dataset.
ricklly has joined #mlpack
Prabhat-IIT has quit [Ping timeout: 260 seconds]
travis-ci has joined #mlpack
< travis-ci>
Prabhat-IIT/mlpack#3 (fastmksTest - 8a3fd13 : Prabhat): The build has errored.