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