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/
jenkins-mlpack2 has joined #mlpack
ssk99 has joined #mlpack
ssk99 has quit [Remote host closed the connection]
< metahost> Okay I was wrong regarding the file size. It is ~55MB to begin with. 300+ MB looked excessive, don't know why that came up :))
Yihan has joined #mlpack
< metahost> Ah okay, building with -D DEBUG=ON produced that (348MB executable)!
akash has joined #mlpack
akash is now known as akashd
ImQ009 has joined #mlpack
< PrinceGuptaGitte> Hi everyone, does FFN has any way to get model summary like we can do in keras with`model.summary()`? I searched through it but couldn't find it. I think it is a necessary part FFN should have. So I'm thinking to implement it.
< PrinceGuptaGitte> I've searched myself too. I just want to get confirmation that it doesn't exist already because I was working on Residual Block for 2-3 days but now realized that it was already there in Sequential Layer (but I learned a lot of things while doing so because mlpack really is fairly complicated).
Pranshu54 has joined #mlpack
< Pranshu54> Hello everyone, I am Pranshu Vaish from India. Currently I am pursuing my UG in Mathematics and Computing from IIT(BHU). From last one year I am working on application of computer vision in biometrics and hyperspectral images for segmentation and classification. I am proficient with python and c++. I have gone through this link
< Pranshu54> https://www.mlpack.org/gsoc.html and interested in contributing to mlpack under GSoC 2020. Would like to know how to proceed further.
Pranshu54 has quit [Ping timeout: 260 seconds]
< KhizirSiddiquiGi> @prince776 I don't think it has any.
< KhizirSiddiquiGi> Pranshu54: you can try going through https://www.mlpack.org/community.html also.
< PrinceGuptaGitte> @khizirsiddiqui thanks for the conformation. Then I'll start working on it.
< SaraanshTandonGi> > I am well versed with machine/deep learning and have also recently submitted a paper to IJCB 2020 which uses computer vision in biometrics. I use C++ regularly but not at development level. Although I am proficient in python and Pytorch.
< SaraanshTandonGi> > I was wondering how hard is it to get to know the C++ concepts mentioned in http://www.mlpack.org/gsoc.html and if it is possible to learn them and participate this year.
< SaraanshTandonGi> Can someone pls help me with this?
< SriramSKGitter[m> @saraansh1999 : I don't think it is possible to objectively quantify how hard the concepts are, I can only speak for myself when I say that putting in a decent amount of effort, it took me a couple of months to get something non-trivial merged into the master branch. Secondly, I do believe it is possible to learn them and participate this summer :)
Pranshu54 has joined #mlpack
Yihan has quit [Remote host closed the connection]
< PrinceGuptaGitte> @saraansh1999 I believe it's possible to understand the concepts of c++ required and participate this year. Concepts are fairly hard but if you use c++ regularly as you mentioned it should be fairly easy. I would suggest you try to solve some `good-first-issue` labeled issues. This will help you understand the code-base. When i started working on my first PR #2184, I only had basic understanding of c++ concepts like
< PrinceGuptaGitte> template and had never used c++ at development level.
< akashd> Hello Everyone, I am Akash Dhiman from India, currently in 2nd year of my B. E. course from Netaji Subhas University of Technology, Delhi. I have built few basic machine learning projects using keras, tensorflow and tensorflow-js, and have also worked with C/C++. Recently submitted a book chapter on "trends in deep learning application for biometrics" for review as well. I am interested for GSoC as well as contributing to open-source ml communities in general.
< akashd> I am getting familiar with the library for now and will update once I am done, It's nice to meet you all :)
< SaraanshTandonGi> Thanks all for the replies.I am trying to get mlpack working on my system. But when
< SaraanshTandonGi> I try to build it it is getting stuck at giving me an error I am really not able to understand
< SaraanshTandonGi> this is the VERVOSE=1 make output
< SaraanshTandonGi> I found a couple of issues on github but am not able to get it to worl
< SaraanshTandonGi> work*
Pranshu54 has quit [Ping timeout: 260 seconds]
< akashd> SaraanshTandonGi which operating system are you using? It appears to be a dependency problem as far as I can tell
< akashd> https://www.mlpack.org/doc/mlpack-3.2.2/doxygen/build.html#build_dep try to see the dependencies listed here
< SriramSKGitter[m> @saraansh1999 : Looks like you're missing armadillo as far as I can see. Are you sure it's installed and present in `usr/lib` or `/usr/local/lib`?
< SaraanshTandonGi> I'll check
< SaraanshTandonGi> i installed armadillo first using the sudo apt-get option but that was installing a older version so i went ahead with armadillo's documentation
akashd has quit [Quit: akashd]
< SaraanshTandonGi> when i do cmake
< SaraanshTandonGi> It reports Armadillo libraries to be in usr/lib
< SaraanshTandonGi> im on ubuntu 16.04
< SriramSKGitter[m> What do you mean by when?
< sreenik[m]> freenode_gitter_saraansh1999[m]: Your cython is out of date, although that might not be the exact problem here
< sreenik[m]> Do you have the hd5 library installed?
< sreenik[m]> *hdf5 I think
TanayMehtaGitter has joined #mlpack
< TanayMehtaGitter> Hello everyone! I am a beginner here but have some experience in doing basic Machine Learning using Eigen in cpp. It would be very kind if anyone can show me the way to get started with Contributing on mlpack. I am reading the mlpack source code for a few weeks now, and it seems a bit overwhelming! Any help is greatly needed! Thanks!
< SriramSKGitter[m> @heytanay : Have a look at this - https://www.mlpack.org/community.html
< kartikdutt18Gitt> Hi @heytanay, you can try going through https://www.mlpack.org/community.html . There are some good first issues that you can look into after that.
< PrinceGuptaGitte> @saraansh1999 build files were generated successfully. What error are you facing?
< TanayMehtaGitter> @kartikdutt18 thanks!
< PrinceGuptaGitte> cython and doxygen shouldn't affect build process, I also didn't have them, it just won't install bindings
< SaraanshTandonGi> @prince776 im getting error when i do "make"
< PrinceGuptaGitte> have you installed the correct version of armadillo (>=8.4) and uninstalled any previous version(s) installed using apt-get?
< SaraanshTandonGi> ill cehck
< PrinceGuptaGitte> Also make sure all these libraries are installed libboost-math-dev libboost-program-options-dev
< PrinceGuptaGitte> libboost-test-dev libboost-serialization-dev libensmallen-dev
< PrinceGuptaGitte> (edited) ... installed libboost-math-dev libboost-program-options-dev
< PrinceGuptaGitte> libboost-test-dev libboost-serialization-dev libensmallen-dev ... => ... installed `libboost-math-dev libboost-program-options-dev
< PrinceGuptaGitte> libboost-test-dev libboost-serialization-dev libensmallen-dev` ...
< PrinceGuptaGitte> Hi @zoq , Today I've updated my PRs #2192 and #2184 by adding those function layers in `layer_types.hpp` file so that now they can be added to FFN/RNN models. I didn't realize I'd to do this earlier. Please have a look at them when you have time. Thanks. I feel like they're almost done.
< SaraanshTandonGi> @prince776 apt-get is not able to fing ensmallen, should i just build it too.
< PrinceGuptaGitte> are you using `libensmallen-dev` to check it
< zoq> SaraanshTandon: ensmallen will be downloaded if it's not available, as part of the mlpack cmake step
< SaraanshTandonGi> is there any python version requirement for mlapck
< SaraanshTandonGi> I'm currently runing 3.5
< SaraanshTandonGi> running*
< zoq> araanshTandon: That works, also you only need python if you like to build the python bindings.
< zoq> SaraanshTandon: Looking at the past messages, I think your armadillo build isn't correct.
< zoq> Did you build armadillo manually?
travis-ci has joined #mlpack
< travis-ci> shrit/models#4 (digit - aa9e453 : Omar Shrit): The build has errored.
travis-ci has left #mlpack []
abinezer has joined #mlpack
abinezer has quit [Remote host closed the connection]
AbishaiEbenezerG has joined #mlpack
< AbishaiEbenezerG> hi guys! I'm a total noob here. But can't wait to get started. I've begun learning and using mlpack and will do my best to contribute as much as i can!!
< zoq> AbishaiEbenezer: Welcome, let us know if we should clarify anything.
< PrinceGuptaGitte> Good luck with that @abishaiema .Also if you need some directions as to how to get started see https://www.mlpack.org/gsoc.html and https://www.mlpack.org/community.html
< PrinceGuptaGitte> (edited) ... @abishaiema .Also if ... => ... @abishaiema . Also if ...
< AbishaiEbenezerG> sure sure!!
< Param-29Gitter[m> Hey @zoq how do I use https://github.com/zoq/benchmarks to find bottlenecks of algorithms? Also can I know what compile time options to use when i try to compile any main.cpp file present in directories. (For example linear_svm_main.cpp)?
< kartikdutt18Gitt> Hi @zoq, If you get chance, I would love to hear your opinion on #2195 .
< LakshyaOjhaGitte> Hi @zoq can you please have a look at my 2 pending pr's soft shrink and hard shrink. https://github.com/mlpack/mlpack/pull/2174 and https://github.com/mlpack/mlpack/pull/2186 .
< LakshyaOjhaGitte> Do tell me what you think about the same.
< LakshyaOjhaGitte> Thanks.
< LakshyaOjhaGitte> I also updated the Hinge Embedding Loss Function it should work now. https://github.com/mlpack/mlpack/pull/2229
< LakshyaOjhaGitte> Thanks.
Yihan has joined #mlpack
Yihan has quit [Remote host closed the connection]
heisenbug has joined #mlpack
heisenbug has quit [Remote host closed the connection]
heisenbuug has joined #mlpack
< PrinceGuptaGitte> Hi, can anyone tell my why `boost::apply_visitor(outputParameterVisitor, network[i]).n_cols` is returning 0, when it's something like 42000
< PrinceGuptaGitte> Hi @zoq ,` OutputParameterVisitor`'s return type is `arma::mat` but it can also be `arma::cube` because `Forward` function takes that type as a template argument. Wouldn't it break the system when 3D matrix is being outputted by some layer.
< PrinceGuptaGitte> (edited) ... ,` OutputParameterVisitor`'s return ... => ... ,` OutputParameterVisitor` function return ...
< PrinceGuptaGitte> (edited) ... ,` OutputParameterVisitor` function return type is `arma::mat` but ... => ... ,` OutputParameterVisitor`when used returns`arma::mat` but ...
heisenbuug has quit [Remote host closed the connection]
heisenbuug has joined #mlpack
heisenbuug has left #mlpack []
< SaraanshTandonGi> it shows no module named mlpack
< SaraanshTandonGi> i guess the python bindings are not proper?
ImQ009 has quit [Quit: Leaving]
abhive19 has joined #mlpack
abhive19 has quit [Remote host closed the connection]
jonpsy[m] has left #mlpack []
k3nz0 has quit [Quit: Leaving]
< zoq> PrinceGupta: Right now, the visitor only supports: arma::mat - https://github.com/mlpack/mlpack/blob/cfaab7877bb7498d18198127d39c3f177fe2d11b/src/mlpack/methods/ann/visitor/output_parameter_visitor.hpp#L32, but we should use a template here to support other types as well. But you are right we have to be carefull what type is used, not sure they have to be interchangeably (mix of arma::mat and arma::cube).
< zoq> SaraanshTandon: Nice that you got it working, let us know if we should clarify some points in the documentation to make it easier to avoid those issues.