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/
< kartikdutt18[m]> Ahh, no problem at all.
ImQ009 has joined #mlpack
Abilityguy has joined #mlpack
Abilityguy has quit [Remote host closed the connection]
< AakashkaushikGit> Hi, as i can see that the activation_functions_test.cpp contains a template function for checking the forward, backward and inverse but still there is a new forward/backward function for almost every activation function even for the ones that do the same thing inside the function, is there a specific reason for that ?
< kartikdutt18Gitt> Hey @Aakash-kaushik, the template function works for activations functions implemented in activations_functions directory. The template function function call Fn and Deriv for forward and Backward. Other than this, some activation function may require an argument that needs to be passed. So in case the activation function has some parameters or is implemented as layers we can't call the template functions.
< AakashkaushikGit> @kartikdutt18 Got it, Thanks, I should have noticed that.
UtR491 has joined #mlpack
UtR491 has quit [Client Quit]
< shrit[m]> if anyone have a windows machine and would like to build mlpack from my pull request https://github.com/mlpack/mlpack/pull/2458 that would be a great help, since I do not have any idea what is causing this error on the build farm https://dev.azure.com/mlpack/mlpack/_build/results?buildId=4459&view=logs&j=9bb75cf0-500a-52c4-dbba-9c305edd1534&t=f6351b06-17e1-51ce-0017-16b051030b2e
< shrit[m]> rcurtin: If you have any idea for the python build that would be very helpful 👍️
< rcurtin> shrit[m]: I have an idea, maybe you can test it?
< shrit[m]> of course
< rcurtin> take a look at 'src/mlpack/bindings/python/CMakeLists.txt', line 21
< rcurtin> and then take a look at 'src/mlpack/bindings/python/ConfigureSetup.cmake'
< rcurtin> we can remove everything related to `Boost_SERIALIZATION_LIBRARY` now, I think
< rcurtin> so it can be removed both from line 21 of CMakeLists.txt
< rcurtin> and then *everything* in ConfigureSetup.py except the `configure_file()` call I think can be removed
< rcurtin> maybe try that and we can see if it does better?
< shrit[m]> ok
< rcurtin> take a look at the output from ConfigureSetup.cmake:
< rcurtin> ctrl+f for "Run with"
< rcurtin> 2020-09-17T23:01:40.7081526Z -- Run with .
< rcurtin> 2020-09-17T23:01:40.7084786Z -- Did not find serialization library !
< rcurtin> 2020-09-17T23:01:40.7087995Z -- Name component is , and directory is .
< rcurtin> 2020-09-17T23:01:40.7093162Z -- Regex gave us .
< rcurtin> 2020-09-17T23:01:40.7096054Z -- New library /.
< rcurtin> so I'm pretty sure that's our issue... give it a shot, see what happens?
< rcurtin> I had forgotten about that code... really great if we can remove it---it was a pretty big hack
< shrit[m]> rcurtin:
< shrit[m]> So far, it seems tb be going well
< shrit[m]> *to
< rcurtin> awesome :)
< shrit[m]> Strange how g++ seems to not know how ti find files, I am not able to understand this error.
petris has quit [Remote host closed the connection]
petris has joined #mlpack
ImQ009 has quit [Quit: Leaving]
petris has quit [Read error: Connection reset by peer]
petris has joined #mlpack