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/
< AyushSingh[m]> (edited) ... a vector<wstring> using ... => ... a vector<string> using ...
< AyushSingh[m]> (edited) ... a vector<string> using ... => ... a vector<std::string> using ...
ImQ009 has joined #mlpack
< mrityunjay[m]> Hello rcurtin zoq , for removing boost::visitor from ann codebase, can we just stop inheriting boost::static_visitor<xyz> and do the required changes, so that for accessing for example Forward method, we can use `ForwardVisitor(input, output)(layer)`.
< mehulkc[m]> <zoq "Including g++?"> zoq: yes i have now, But I am getting again one error fatal error after the make -j4 command
< shrit[m]> How much RAM do you have?
< NippunSharmaGitt> Hi all, I had a doubt. Does `./bin/mlpack_test "[BindingTests]"` also run [these](https://github.com/mlpack/mlpack/blob/master/src/mlpack/bindings/python/tests/test_python_binding.py) tests ? or do we have to run some other command ?
< NippunSharmaGitt> ^I am building python bindings here
< zoq> NippunSharmaGitt: test_python_binding.py is not included in ./bin/mlpack_test "[BindingTests]" no
< zoq> There should be an executable you can use to run that specific test.
< NippunSharmaGitt> @zoq thanks. so you are saying that I should do something like `python3 test_python_binding.py` ?
< rcurtin[m]> Nippun Sharma (Gitter) or you can use `ctest` to run all the tests including the Python binding tests
< rcurtin[m]> I forget the exact command to run only the Python tests with `ctest` right now but the `ctest` documentation should be helpful
< NippunSharmaGitt> Thanks @rcurtin I will look through the documentation.
< zoq> mrityunjay[m]: That would work, but I think we can avoid some boilerplate code, since we can e.g. directly call Forward().
ImQ009 has quit [Quit: Leaving]