verne.freenode.net changed the topic of #mlpack to: http://www.mlpack.org/ -- We don't respond instantly... but we will respond. Give it a few minutes. Or hours. -- Channel logs: http://www.mlpack.org/irc/
govg has joined #mlpack
kaushik_ has joined #mlpack
hacsheng has joined #mlpack
taeguk has joined #mlpack
taeguk has quit [Client Quit]
hacsheng has quit [Quit: Page closed]
hacsheng has joined #mlpack
< hacsheng> I would like to contribute to this organisation. And I have a great interests in Essential Deep Learning modules project idea especially Bidirectional Recurrent networks (BRN).
< hacsheng> I traced IRC and issue and I found RBM,SpikeSlabRBM and GAN was were done. Is there any the pending work about DBN,RBFN, and BRN.
< hacsheng> If not, Can I propose modules that I wish to implement?
hacsheng has quit [Ping timeout: 260 seconds]
hacsheng has joined #mlpack
hacsheng has quit [Ping timeout: 260 seconds]
hacsheng has joined #mlpack
hacsheng has quit [Ping timeout: 260 seconds]
daivik has joined #mlpack
hacsheng has joined #mlpack
< zoq> hacsheng: Hello, there is an open PR for RBM and GAN, so this is already taken up. However, you are free to propose anything you like to implement. The models listed on the ideas page are suggestions.
< hacsheng> zoq: Thanks!! I prefer to implement BRN. Hope to discuss with you after I organize my thoughts clearly in detail!
< zoq> hacsheng: Good plan, let's do this.
govg has quit [Ping timeout: 256 seconds]
govg has joined #mlpack
stoicangelo has joined #mlpack
stoicangelo has quit [Remote host closed the connection]
govg has quit [Ping timeout: 255 seconds]
kaushik_ has quit [Quit: Connection closed for inactivity]
hacsheng has quit [Ping timeout: 260 seconds]
daivik has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
daivik has joined #mlpack
ytka has joined #mlpack
ImQ009 has joined #mlpack
< ytka> hello wanna ask a question. I download mlpack-master and g++ recurrent_network_test.cpp. There are two main error below:
< ytka> 1.this file requires compiler and lib support for the ISO C++2011 standard . This support must be enable with the std=c++11 or -std=gnu++11 compiler options
ytka has quit [Quit: Page closed]
ytka has joined #mlpack
< ytka> 2.In file included from /usr/include/mlpack/prereqs.hpp:110:0, from /usr/include/mlpack/core.hpp:238, from recurrent_network_test.cpp:12: /usr/include/mlpack/core/util/arma_config_check.hpp:19:27: fatal error: arma_config.hpp: No such file or directory compilation terminated.
< ytka> There is no arma_config_check.hpp in mlpack. (mlpack-master) But it seem to be necessary
< zoq> ytka: Hello, arma_config is generated in the build process (CMake). About the issues with recurrent_network_test.cpp, did you build mlpack? Once you build the code you could run the test with: bin/mlpack_test -t RecurrentNetworkTest. Or you can build against the lib and run your own code.
akul has joined #mlpack
ShikharJ has joined #mlpack
< ShikharJ> zoq: I was thinking whether mlpack should have a requirement for code coverage (codecov), on the incoming PRs. What do you think?
akul has quit [Quit: Page closed]
< zoq> ShikharJ: I'm not sure it should be a requirement, at least not a hard requirement. Writing a good and meaningful test should be the number one priority, however, it might be useful as an indicator, depending on how flexible it is, can we exclude something like: size_t parameter { return paraemeter}.
< ShikharJ> Sure, code coverage is anyways only intended as a guideline. Plus I find it very useful to view the generated reports to lookout for areas where the code remains untested.
sshkhrnwbie has joined #mlpack
ShikharJ has quit [Quit: Page closed]
< zoq> If you like we can test it out, there is already an coverage script https://github.com/mlpack/mlpack/blob/master/CMake/mlpack_coverage.in: cmake -DBUILD_WITH_COVERAGE
< sshkhrnwbie> This is regarding our discussion about implementing the variance scaling initializer (for further use in Xavier and He initializers). I went through the comments on #939 and your design guidelines and think it will be suitable to implement two classes VarianceScalingUniformInit and VarianceScalingGaussianInit as I agree that there will be little code overlap in them
< sshkhrnwbie> How do you suggest I incorporate the mode (fan-in / fan-out / fan-average) in the initializer ?
< zoq> sshkhrnwbie: An easy option would be to let the user provide the parameters at contruction time, another option would be to pass the constructed network itself.
< zoq> W ecould do both and start with the first option.
< sshkhrnwbie> ok I will try and get an implementation working
< zoq> sshkhrnwbie: great
sshkhrnwbie has quit [Quit: Page closed]
daivik has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
daivik has joined #mlpack
travis-ci has joined #mlpack
< travis-ci> ShikharJ/mlpack#68 (Test - 4a15164 : Shikhar Jaiswal): The build has errored.
travis-ci has left #mlpack []
daivik has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
ImQ009 has quit [Read error: Connection reset by peer]
ytka has quit [Ping timeout: 260 seconds]
Leon23333 has joined #mlpack
< Leon23333> Hi! I've built mlpack on my windows10 but after building solutions, there are nearly 119 compile errors, is this normal?
< zoq> Errors or warnings?
< zoq> VS complains a lot about size_t, which is super strange.
< zoq> But there are usually no errors.
< Leon23333> errors and warnings
< Leon23333> the build result says 88 succeeded and 42 failed, 6 skipped
< zoq> hm, maybe you can post the output? But use pastebin.com or something like that.
< Leon23333> the output message is huge...
< zoq> Let's start with the first error.
< Leon23333> the first several errors look like same, and all from python_copy
< zoq> Okay, can you rerun the configure step (CMake) with -DBUILD_PYTHON_BINDINGS=OFF.
< zoq> The python bindings are somewhat new, and not tested on windows.
< Leon23333> it was OFF
< Leon23333> Sorry,I'll try
< Leon23333> other errors
< zoq> Looks python related, which is strange if DBUILD_PYTHON_BINDINGS is set to off.
< Leon23333> yeah I set it to OFF and I'm rebuilding solution now
< zoq> Okay, let me know if you get the same errors.
< Leon23333> Sure
< Leon23333> no errors, lots of warnings
< Leon23333> thanks!!!!
< Leon23333> finally
< zoq> Nice!
< Leon23333> Does setting PYTHON to OFF mean that can not use mlpack on python?
< zoq> Yeah, we have to look into using python on windows.
< Leon23333> yeah sure
< Leon23333> thank u!
< zoq> Here to help :)
Leon23333 has quit [Quit: Page closed]
travis-ci has joined #mlpack
< travis-ci> ShikharJ/mlpack#69 (ResizeLayer - 90f2c68 : Shikhar Jaiswal): The build has errored.
< travis-ci> Change view : https://github.com/ShikharJ/mlpack/compare/3f203913db0c^...90f2c6824e90
travis-ci has left #mlpack []
travis-ci has joined #mlpack
< travis-ci> ShikharJ/mlpack#70 (ResizeLayer - 71d55d4 : Shikhar Jaiswal): The build has errored.
travis-ci has left #mlpack []