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/
< rcurtin>
thanks!
< zoq>
rcurtin: I guess you have an answer for the first comment.
< rcurtin>
zoq: yeah, let me answer that on github
< shrit[m]>
@rcurtin On of the element in the stack that we have just added is a null pointer, this is the reason for the segmentation fault when I run the test for RectangleTree
< shrit[m]>
from /meta/mlpack/build/src/mlpack/cotire/mlpackCXXprefix.cxx:4,
< shrit[m]>
In file included from /meta/mlpack/src/mlpack/prereqs.hpp:81,
< shrit[m]>
from /meta/mlpack/build/src/mlpack/cotire/mlpackCXXprefix.hxx:4:
< shrit[m]>
/meta/mlpack/src/mlpack/core/cereal/isloading.hpp: In instantiation of ‘bool cereal::isloading() [with Archive = mlpack::tree::CoverTree<mlpack::metric::IPMetric<mlpack::kernel::LinearKern
< shrit[m]>
Interesting weechat having issues sending long lines
< shrit[m]>
@rucrtin I will post the problem I am having on github considering the is_loading we have added
< rcurtin>
sure, like I said, probably there might be some debugging you need to do
< rcurtin>
my implementation was basically just a guess :)
< shrit[m]>
I have changed the implementation to access a value directly within inside a struct, such as cereal::is_loading::value in which I replaced the return by the value, but I got an error of accessing non static member value
< rcurtin>
I responded with a comment on the PR
< kartikdutt18[m]>
Hey sakshamb189 , Great, I'm also pretty much done with the YOLO PR as well. I'll ping you once more with these changes.
ImQ009 has quit [Quit: Leaving]
< shrit[m]>
@rcurtin The Archive is const arma::Mat<double>
< shrit[m]>
I think as you said we nee a SFINAE here.
< shrit[m]>
need*
< rcurtin>
shrit[m]: right, maybe it is choosing the wrong constructor for some reason; I am not sure why though