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 get the following error:
rajiv_ has quit [Quit: Page closed]
rajiv_ has joined #mlpack
< 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 has joined #mlpack
< miqlas> Hi Guys
< zoq> miqlas: Hello :)
< zoq> time to upadte the package?
< miqlas> I have seen there is a new mlpack version, so it is time to update the haiku mlpack port.
< miqlas> zoq: true :)
< miqlas> but i got some question: what about the ABI/API compatibility? Is 3.0.0 backwards compatible with 2.2.5?
< zoq> mlpack 3.0.0 breaks backward compatibility.
< miqlas> the 2.2.5 mlpack recipe defines it as "compat >= 2"
< miqlas> zoq, then i adjust the compat string accordingly. thanks
< zoq> miqlas: Thanks a lot!
< miqlas> zoq: do you know, what is the name of the libmlpack.so.xx now?
< miqlas> It was libmlpack.so.2.2 before
< zoq> libmlpack.so.3.0
< miqlas> and libmlpack.so.2.0 too?
< zoq> no, I think this is a left over
< miqlas> ok, thanks.
< 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
rajiv_ has quit [Ping timeout: 260 seconds]
< zoq> rajiv_: So the follow the build steps here: https://github.com/mlpack/mlpack#4-building-mlpack-from-source and run 'bin/mlpack_test -t SPSATest' afterwards
rajiv_ has joined #mlpack
< rajiv_> zoq_ : Thanks! I'll try and let you know
rajiv_ has quit [Client Quit]
< 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.
travis-ci has left #mlpack []
manthan has quit [Ping timeout: 260 seconds]
< miqlas> zoq: uh-uh... mlpack failing: http://chunk.io/miqlas/c3d0d3d5420a44dd8ed9d15948fd9182
witness has joined #mlpack
< zoq> miqlas: hm, probably some bad starting condition, I guess all tests have to pass?
< miqlas> could be.
travis-ci has joined #mlpack
< travis-ci> Prabhat-IIT/mlpack#4 (newinit - 96480b9 : Prabhat): The build has errored.
travis-ci has left #mlpack []
< miqlas> let me retry it.
ricklly has quit [Ping timeout: 276 seconds]
< miqlas> nope, it is failed again
< zoq> did you rebuild the test suite?
< miqlas> no
< zoq> I see, in this case in uses the same random seed as before
< zoq> do you think you could rebuild the test suite and test again?
< miqlas> lemme try
Prabhat-IIT has joined #mlpack
csoni has joined #mlpack
sulan_ has joined #mlpack
manthan has joined #mlpack
< manthan> zoq : could you review the flexible relu PR ?
govg has quit [Ping timeout: 260 seconds]
manthan has quit [Ping timeout: 260 seconds]
Prabhat-IIT has quit [Ping timeout: 260 seconds]
ImQ009 has quit [Quit: Leaving]
sulan_ has quit [Quit: Leaving]
csoni has quit [Ping timeout: 264 seconds]
daivik has joined #mlpack
daivik has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]