ChanServ changed the topic of #mlpack to: "mlpack: a fast, flexible machine learning library :: We don't always respond instantly, but we will respond; please be patient :: Logs at http://www.mlpack.org/irc/
cjlcarvalho has quit [Ping timeout: 246 seconds]
cjlcarvalho has joined #mlpack
krototype has joined #mlpack
< krototype>
Hello, I am new to this community, I want to know more and contribute to mlpack organisation. It would be great if you could guide me. Thanks in advance.
mansi_sampat has joined #mlpack
mansi_sampat has quit [Client Quit]
krototype has quit [Ping timeout: 256 seconds]
krototype has joined #mlpack
krototype has left #mlpack []
krototype_ has joined #mlpack
krototype_ has quit [Ping timeout: 256 seconds]
cjlcarvalho has quit [Ping timeout: 252 seconds]
vivekp has quit [Ping timeout: 250 seconds]
vivekp has joined #mlpack
ImQ009 has joined #mlpack
niteya has joined #mlpack
< niteya>
Can anyone try range search with a input_model , I think it has a bug . I Keep getting the error "Attempted to access parameter --input_model as type N6mlpack5range7RSModelE, but its true type is PN6mlpack5range7RSModelE!" when i try to run the CLI program and in my tests.
niteya has quit [Quit: Leaving]
ImQ009 has quit [Read error: Connection reset by peer]
vivekp has quit [Read error: Connection reset by peer]
Hdhej has joined #mlpack
vivekp has joined #mlpack
Hdhej has quit [Ping timeout: 256 seconds]
vivekp has quit [Ping timeout: 246 seconds]
vivekp has joined #mlpack
i8hantanu has joined #mlpack
i8hantanu has quit [Client Quit]
i8hantanu has joined #mlpack
< rcurtin>
niteya: that does sound like a bug. I bet the issue is that the call in the code is CLI::GetParam<RSModel> when ir should be CLI::GetParam<RSModel*>
< rcurtin>
it*
< rcurtin>
this is why we are writing the tests, to catch things like this :)
cjlcarvalho has joined #mlpack
niteya has joined #mlpack
< niteya>
rcurtin: I checked that and it is RSModel* not RSModel , From what i could think of PARAM_MODEL_IN is accepting RSModel , and when i tried to make it accept RSModel* it became PPN6mlpack5range7RSModelE
cult- has left #mlpack []
cjlcarvalho has quit [Quit: Konversation terminated!]
cjlcarvalho has joined #mlpack
niteya has quit [Quit: Leaving]
cjlcarvalho has quit [Ping timeout: 260 seconds]
< rcurtin>
niteya: oh, hm, let me take a quick look
< rcurtin>
niteya: there it is, it's a bad type in CLI::GetPrintableParam
< rcurtin>
hm, strange, a paste crashed irssi :(
< rcurtin>
in any case, there's a call to CLI::GetPrintableParam<RSModel> that should be CLI::GetPrintableParam<RSModel*>
niteya has joined #mlpack
< niteya>
thanks a lot , never even bothered to see that line because I thought it was just printing
niteya has quit [Client Quit]
< rcurtin>
yeah, what made me notice was that the error was displayed in the middle of some [INFO ] output :)
saurabh97 has joined #mlpack
i8hantanu has quit [Quit: Connection closed for inactivity]
ImQ009 has joined #mlpack
Hemal has joined #mlpack
< Hemal>
Hello ! Is therr any way to build a specific test file ? After making changes to mlpack_xyz_test.cpp, I am currently doing : make mlpack_test and it is taking time to build, since it builds whole of mlpack_test. I would like to build only files related to mlpack_xyz_test.cpp , if there is any way to do it, please let me know !
< rcurtin>
Hemal: once mlpack_test is built, if you modify one file, it should only rebuild that one file
< rcurtin>
otherwise, if you don't want to wait for mlpack_test to build even the first time, I guess you could comment out all the tests you aren't interested in in src/mlpack/tests/CMakeLists.txt
< Hemal>
Thank you ! But the log is showing that the make mlpack_tesr i
< Hemal>
Is show
< Hemal>
Sorry for the typing errors
< Hemal>
So i was saying, the log is showing that the mlpack_test is building all the files,
< Hemal>
So, I'll try modifying the CmakeList, thanks!
saurabh97 has quit [Quit: Leaving]
< rcurtin>
Hemal: if you are modifying core classes that many files depend on, then those files need to be rebuilt
< rcurtin>
or, at least, that is how it is supposed to work :)
< Hemal>
Hey, i got the tests to to build faster , earlier i was doing cmake ../ and then make mlpack_test
< rcurtin>
oh, yeah, that is probably it---you don't need to run 'cmake ..' over and over again unless you are changing the CMake configuration :)
< Hemal>
Now if i dont do cmake ../ and only run make mlpack_test , it works perfectly
< rcurtin>
right, exactly
< rcurtin>
:)
< Hemal>
Thanks :)
< rcurtin>
sure, happy to help :)
< rcurtin>
time for lunch now... back later
travis-ci has joined #mlpack
< travis-ci>
mlpack/mlpack#5740 (master - 2a039f2 : Ryan Curtin): The build has errored.