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/
< jeffin143[m]> Oh I see
< jeffin143[m]> Then I guess that was the best way out
< kartikdutt18Gitt> Hey @rcurtin, Can we do another release after #2386 is closed?
ImQ009 has joined #mlpack
< jenkins-mlpack2> Project docker mlpack nightly build build #687: STILL UNSTABLE in 4 hr 29 min: http://ci.mlpack.org/job/docker%20mlpack%20nightly%20build/687/
< rcurtin> kartikdutt18Gitt: absolutely, let's make them regular :)
< kartikdutt18Gitt> Great, Thanks!
< metahost> rcurtin: Will we be having the next meetup tomorrow? (30 Apr)
< rcurtin> I wasn't planning on it; I think the website lists them only on the 1st and 3rd week, and this is the 5th week :)
< rcurtin> you are more than welcome to meet though; personally, I'll be underwater with end-of-month goals...
< Param-29Gitter[m> While using [MLpack labs](https://lab.mlpack.org) for examples repo I am getting this error
< Param-29Gitter[m> `IncrementalExecutor::executeFunction: symbol '__emutls_v._ZN4arma23arma_rng_cxx11_instanceE' unresolved while linking function '_GLOBAL__sub_I_cling_module_12'!`
< Param-29Gitter[m> I get this for `mlpack::data::Split(dataset, train, valid, RATIO);` Any one has any clues on how to solve this?
< zoq> Param-29Gitter[m: Did you put the namespace in a seperate cell?
< zoq> so it should work just fine
< Param-29Gitter[m> Ill try that. Thanks
< jeffin143[m]> Do we have something to write the logs to file ??
< jeffin143[m]> I mean ensmallen call back instead of console , we create write to file stream
< jeffin143[m]> Ofstream
< jeffin143[m]> Thanks @zoq
< jeffin143[m]> And for our Log::fatal output ?
< jeffin143[m]> Like if I want to redirect them to files?
< zoq> You can write your own stream class and use #define ARMA_CERR_STREAM CustomStream.
ImQ009 has quit [Quit: Leaving]
< jeffin143[m]> Oh ok
< jeffin143[m]> Thanks