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/
< ShahAnwaarKhalid>
Hey zoq, I think you missed my last message. I was asking if I should again make GAN class a friend of FFN class or should it inherit from FFN class?
< zoq>
If yes, there is a condition that skips oone of the steps. The reason is that if we build with DEBUG=ON it needs more memory so we can't use "make -j2"
< jeffin143[m]>
Zoq : did we apply for gsoc ?
< shrit[m]>
@zoq thanks I see what you mean.
< zoq>
jeffin143[m]: We are still have to fill in some details, but we started the process.
< jeffin143[m]>
zoq (@freenode_zoq:matrix.org): ok
< RishabhGarg108Gi>
Hii all, I am getting this error `zsh: bus error ./bin/mlpack_test "[CFTest]"` when I tried to run `./bin/mlpack_test "[CFTest]"`. Can someone help to fix this ? Thanks :)
< RishabhGarg108Gi>
This error is occuring only when I am giving the argument like `"[testname]"`. It fails to recognise test if I do `"testname"` or `testname`. While it runs just fine without any argument.
< zoq>
RishabhGarg108Gi: Hello, what version of mlpack are you testing? The command mentioned here - https://github.com/mlpack/mlpack/blob/master/src/mlpack/tests/README.md does use the catch2 framework, we recently switched from boost to catch2 with that the options you use to run specific tests changed as well.