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 [Quit: Konversation terminated!]
cjlcarvalho has joined #mlpack
< rcurtin> cult-: hmm, do you mean the training loop? since it's boosting that may be hard---iteration i+1 depends on the results of iteration i
niteya has joined #mlpack
niteya has quit [Ping timeout: 256 seconds]
niteya has joined #mlpack
< niteya> rcutrn: I checked that already and they are different ,I a tried a bit more trial and error and the header files for pca_test.cpp(main) dont give the error , it is only when i include range_search_main.cpp that i get the error
< niteya> so it seems that the problem lies with that file or its includes ( mainly rs_model.hpp and rs_model_impl.hpp) as the error is caught in rs_model_impl.hpp
niteya has quit [Quit: Leaving]
ImQ009 has joined #mlpack
niteya has joined #mlpack
cjlcarvalho has quit [Ping timeout: 244 seconds]
niteya has quit [Quit: Leaving]
ImQ009 has quit [Read error: Connection reset by peer]
niteya has joined #mlpack
niteya has quit [Ping timeout: 256 seconds]
niteya has joined #mlpack
niteya has quit [Client Quit]
< zoq> niteya: Do you have an mlpack fork that we could use to take a quick look?
< rcurtin> niteya: maube there is some non-template method declared somewhere that needs to be marked inline
< rcurtin> maybe*
niteya has joined #mlpack
cjlcarvalho has joined #mlpack
< niteya> rcurtin: https://github.com/niteya-shah/mlpack this is my fork with minimum code that generates the error
< rcurtin> niteya: did you try looking for a non-templated non-inlined function implementation in a .hpp file?
< rcurtin> any non-templated function that's implemented in a header file needs to be marked inline
cjlcarvalho has quit [Ping timeout: 250 seconds]
niteya has quit [Quit: Leaving]
ShikharJ_ has joined #mlpack
< ShikharJ_> rcurtin: Are you there?
< ShikharJ_> For some reason, Atharva's PR (https://github.com/mlpack/mlpack/pull/1594) is timing out on one of the tests, even after re-running the job. Do you think it maybe because of a bug?
niteya has joined #mlpack
< niteya> Thanks a lot , that fixed the error .
< niteya> Is there any advantage to function definitions in hpp files ( Everything book I have read till now speaks of code bloat and less reusability )
< niteya> Every*
niteya has quit [Quit: Leaving]
niteya has joined #mlpack
< rcurtin> niteya: any templated function has to be in a header file, so we don't have much choice there
< rcurtin> sometimes we include non-templated functions in an _impl.hpp file, just so that we don't have three files (a .hpp, .cpp, and _impl.hpp for templated functions)
< rcurtin> but, as you have found out, also I think that sometimes we forget the 'inline' marker :)
< rcurtin> ShikharJ_: that's strange. let's try building it again
< rcurtin> I hit "restart job", let's see what it does...
niteya has quit [Quit: Leaving]
< ShikharJ_> rcurtin: I wouldn't bet too much on its completion, it has stopped at the exact time of 35 mins in the past five runs that I initiated.
ShikharJ__ has joined #mlpack
ShikharJ_ has quit [Ping timeout: 246 seconds]
< rcurtin> ShikharJ__: oh, didn't realize you already did that. that is quite strange, I have not seen anything like that before
< rcurtin> have you tried building locally with the same flags as the failing build? (-DDEBUG=ON -DPROFILE=OFF -DBUILD_PYTHON_BINDINGS=OFF)
ImQ009 has joined #mlpack
ShikharJ_ has joined #mlpack
ShikharJ__ has quit [Read error: Connection reset by peer]
ShikharJ__ has joined #mlpack
ShikharJ_ has quit [Ping timeout: 260 seconds]
ShikharJ__ has quit [Quit: Leaving]
ShikharJ_ has joined #mlpack
< ShikharJ_> Hmm, I'll try that out. Thanks.
ShikharJ_ has quit [Client Quit]
Xuwei has joined #mlpack
< rcurtin> hmm, I didn't realize that with the Jenkins build inaccessible to non-logged-in users, the badge on the main github page doesn't work
< rcurtin> I guess I will have to debug that Jenkins issue then
adam_ has joined #mlpack
adam_ has quit [Client Quit]
Xuwei has quit [Ping timeout: 256 seconds]
< zoq> rcurtin: or we use travis to show the build status for the master branch
< rcurtin> that could work too, but the Jenkins thing is annoying enough that I need to solve it anyway
< rcurtin> I'm getting a bit tired of not being able to click on anything until I log in, and the login times out after a couple hours
< zoq> yeah, I doubled checked the settings some time ago; looks correct to me
ImQ009 has quit [Quit: Leaving]
< rcurtin> I think I'll first try just updating all the Jenkins plugins and seeing if that helps
< rcurtin> (probably that will break things even worse, but hey, worth a shot)
< zoq> okay, fingers crossed
jenkins-mlpack2 has quit [Remote host closed the connection]
jenkins-mlpack2 has joined #mlpack
< rcurtin> oh nice, it worked! that was unexpected
< zoq> nice!
cjlcarvalho has joined #mlpack
travis-ci has joined #mlpack
< travis-ci> mlpack/mlpack#5739 (master - adbfe10 : Ryan Curtin): The build passed.
travis-ci has left #mlpack []