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?
qur70 has joined #mlpack
ImQ009 has joined #mlpack
qur70 has quit [K-Lined]
< ShahAnwaarKhalid> Actually, I'm done with the changes. Would you please review them? <https://github.com/hello-fri-end/mlpack/compare/bf78239..ed012b9>
< shrit[m]> # Build mlpack
< shrit[m]> I have noticed that we are trying to build mlpack twice here:
< shrit[m]> condition: ne(variables['CMakeArgs'], '-DDEBUG=ON -DPROFILE=OFF -DBUILD_PYTHON_BINDINGS=OFF -DBUILD_JULIA_BINDINGS=OFF -DBUILD_GO_BINDINGS=OFF -DBUILD_R_BINDINGS=OFF')
< shrit[m]> - script: cd build && make -j2
< shrit[m]> displayName: 'Build'
< shrit[m]> # Run tests via ctest.
< shrit[m]> - task: PublishTestResults@2
< shrit[m]> displayName: 'Run tests via ctest'
< shrit[m]> testResultsFormat: cTest
< shrit[m]> # Publish test results to Azure Pipelines
< shrit[m]> between line 58 and 68 in linux-steps.yaml
< shrit[m]> is this is intended ?
< zoq> shrit[m]: Do you mean line 59 and 64 - https://github.com/mlpack/mlpack/blob/master/.ci/linux-steps.yaml ?
< 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
_slack_mlpack_40 is now known as ABHINAVANAND[m]
< ABHINAVANAND[m]> Can someone help me with this pr <https://github.com/mlpack/mlpack/pull/2828> . I am not able to get the error.
_slack_mlpack_40 has joined #mlpack
< 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.
ImQ009 has quit [Quit: Leaving]