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/
eadwu has quit [Remote host closed the connection]
M_slack_mlpack_7 has joined #mlpack
M_slack_mlpack_7 is now known as Shikhar[m]
< TanviAgarwalGitt> @shikhar goswami try to go through this link
< TanviAgarwalGitt> @rcurtin sir can you help me in installation of mlpack on windows m not able to get through it?
< jenkins-mlpack2> Project docker mlpack nightly build build #628: NOW UNSTABLE in 3 hr 2 min: http://ci.mlpack.org/job/docker%20mlpack%20nightly%20build/628/
Pranshu54 has joined #mlpack
Pranshu54 has quit [Remote host closed the connection]
< SaraanshTandonGi> I am very very interested in expanding mlpack library with more and more modules for gsoc. I have put up a couple of issues on github. Can someone take a look at them and guide me as to how to proceed?
< SaraanshTandonGi> I have experience in pytorch as I have been using it since last year for academic research.
< SaraanshTandonGi> I tried to get into existing issues like the activation functions one but most of them are already taken.
anjishnu has joined #mlpack
< SaraanshTandonGi> So I invested this time in trying to understand the flow of ann. With the help of @zoq and @prince776
< SaraanshTandonGi> and @gaurav-singh1998 I was able to understand it. So now I want to start contributing.
< anjishnu> Hi everyone! I am Anjishnu. I am interested in the GSoc project idea "Improvisation and Implementation of ANN Modules"
< anjishnu> How should I get started with the idea?
< Shikhar[m]> <TanviAgarwalGitt "@shikhar goswami try to go throu"> Hey, I looked at this link. I think The way I installed mlpack(using vcpkg) installs all the required libraries. I think the build environment sections helps them install individually. Correct me if I’m wrong. But once I have installed it. I don’t see any link and can’t find now what I have to do.
vikram7599 has joined #mlpack
vikram7599 has quit [Remote host closed the connection]
Pranshu54 has joined #mlpack
Pranshu54 has quit [Ping timeout: 260 seconds]
anjishnu has quit [Remote host closed the connection]
< SriramSKGitter[m> @shikhar : Did you have a look at https://www.mlpack.org/community.html ? It should have something of use :)
< SriramSKGitter[m> @ajnishu : You could start by getting familiar with the ann module of mlpack, or perhaps looking at https://github.com/mlpack/models for real-world usage.
prudhvi-hack has joined #mlpack
eadwu has joined #mlpack
temporary_sreeni has joined #mlpack
< temporary_sreeni> Hey anjishnu, you can get yourself familiarised with the ANN module by building a few models and running them. Try cloning the *models* repo.
< temporary_sreeni> You can then solve a few interesting issues or try and hunt down the features you’d like to implement in mlpack
temporary_sreeni has quit [Remote host closed the connection]
prudhvi-hack has quit [Ping timeout: 260 seconds]
AbhiSaphire has joined #mlpack
anjishnu has joined #mlpack
anjishnu_ has joined #mlpack
anjishnu has quit [Remote host closed the connection]
anjishnu_ has quit [Client Quit]
anjishnu has joined #mlpack
shrit[m] has joined #mlpack
anjishnu has quit []
< TanviAgarwalGitt> @shikhar goswami i am stuck up in the middle process of this link, I can't help here if you could help me with this It woudl be great.
< AbhiSaphire> Hey folks, I am having problem while building mlpack library components on my ubuntu system. While using make command to build library components I am getting this error -->>"make: *** No targets specified and no makefile found. Stop". How can I resolve this issue ??#mlpack
< metahost> AbhiSaphire: you should find this useful https://www.mlpack.org/doc/mlpack-git/doxygen/build.html
eadwu has quit [Remote host closed the connection]
< SaraanshTandonGi> @prince776 did you get a chance to look at the code?
< SaraanshTandonGi> While training with two convolutional layers on mnist, I'm getting a very low accuracy. It starts off with 8 percent in the first epoch
< SaraanshTandonGi> Does anyone have any idea why that might be happening?
ImQ009 has joined #mlpack
< shrit[m]> @Saraansh Try glorot initialization instead of random
< GauravSinghGitte> Hey, @saraansh1999 I am not sure what might be happening but substitute the value of `MaxIterations` of the optimizer as the same number of data points in the datasets and see what happens because it might be happening that the optimizer might not be reading the entire dataset, you have a look at the issue #2226.
< GauravSinghGitte> (edited) ... you have ... => ... you can have ...
< SaraanshTandonGi> It will give an error, as every value above 23 for some reason is not working.
< AbhiSaphire> SaraanshTandonGi You can have a look on these solutions, I think it might help https://datascience.stackexchange.com/questions/38604/too-low-accuracy-on-mnist-dataset-using-a-neural-network
< SaraanshTandonGi> `FFN<NegativeLogLikelihood<>, RandomInitialization> model`
< SaraanshTandonGi> Which of the constructors of FFN will be called if I write this command.
vikram7599 has joined #mlpack
< TanviAgarwalGitt> can't we install cmake via visual studio nuget managaer?
vikram7599 has quit [Remote host closed the connection]
< himanshu_pathak[> Hey zoq sakshsham I was looking at the GSOC project of Essential deep learning module and It includes idea of implementing WGANGP which is already implemented.
< himanshu_pathak[> * Hey zoq saksham I was looking at the GSOC project of Essential deep learning module and It includes idea of implementing WGANGP which is already implemented.
< himanshu_pathak[> Only the implementation of PACGN is left
< himanshu_pathak[> * Only the implementation of PACGAN is left
< SaraanshTandonGi> I want to debug the internal files of mlpack. So everytime I add a print statement in for eg a visitor, do i have to make the whole of mlpack again?
ruskin has joined #mlpack
< himanshu_pathak[> Instead of using print use gdb It will be more effecient and you have to build ann module only in case of visitor
GarvTambiGitter[ has joined #mlpack
< GarvTambiGitter[> Hi @matrixbot i want to interact with you..
< GarvTambiGitter[> I want to be a part of GSoc20 and want to contribute in your project because i want to select in GSoC
< SaraanshTandonGi> @himanshupathak21061998 can you help me out please
< SaraanshTandonGi> I've been stuck for a while now
< himanshu_pathak[> Can yu explain you problem
< SaraanshTandonGi> I'm getting an as_scalar() error in Train function somewhere when I put the value of ITERATIONS_PER_CYCLE (maxIterations for optimizer) > 23
< SaraanshTandonGi> the dataset is mnist
< SaraanshTandonGi> .
< SaraanshTandonGi> this link has the file to be run and the data
< SaraanshTandonGi> i used gdb and saw that the weightsetvisitor are being reached for all layers
< himanshu_pathak[> Ok I will tr to look into this let me see
< SaraanshTandonGi> I'm trying to figure out where its going wrong. Thanks.
< SaraanshTandonGi> This is the error
< SaraanshTandonGi> It'll be quite embarassing if its some stupid mistake :P
< GarvTambiGitter[> Please anyone guide me...it would be great help..
< himanshu_pathak[> Saraansh It needs some diging I can't able to get this why it is happening. Sorry for not able to help you
< himanshu_pathak[> Hey GarVtambi Try to look at https://www.mlpack.org/gsoc.html
< himanshu_pathak[> And look try to sove some good first issue in mlpack repo
< himanshu_pathak[> * Try to solve some good first issue in mlpack repo
< SaraanshTandonGi> @zoq @rcurtin are you guys free to look into this?
< SaraanshTandonGi> > `himanshu_pathak` Saraansh It needs some diging I can't able to get this why it is happening. Sorry for not able to help you
< SaraanshTandonGi> It is reproducing on your system too right>
AbhiSaphire has quit [Ping timeout: 260 seconds]
< SaraanshTandonGi> (edited) ... too right> => ... too right?
anjishnu has joined #mlpack
anjishnu9 has joined #mlpack
anjishnu9 has left #mlpack []
anjishnu has quit [Client Quit]
anjishnu has joined #mlpack
< TanviAgarwalGitt> https://www.mlpack.org/doc/mlpack-git/doxygen/build_windows.html after following this link I found I am not able to proceed with armadillo dependency can anybody resolve this I am trying it since yesterday but no output and i am lagging behind.
< himanshu_pathak[> Actually Saraansh I was trying to rebuild mlpack on my pc that's why I can't able to run it when the build will complete I will try it. I thought I will find something while reading but was not able find anything.
ruskin has quit [Ping timeout: 260 seconds]
< himanshu_pathak[> Tanvi can you tell us What error are you facing.
anjishnu_ has joined #mlpack
Pranshu54 has joined #mlpack
< SaraanshTandonGi> I think i found the line where the error is occuring using gdb
< SaraanshTandonGi> How can i resolve this?
< SaraanshTandonGi> and why is this error affected by maxIterations?
< SaraanshTandonGi> I saw this error in some example code that I was trying to run too. It got resolved once I replace arma::find and arma::max functions with arma::index_max
< SaraanshTandonGi> But find has been given 1 as its second input. Why should this be happening
anjishnu_ has quit [Remote host closed the connection]
anjishnu_ has joined #mlpack
< himanshu_pathak[> 1 is their to return at most 1 indices of input.max() == input
< himanshu_pathak[> But I can't able to get it whta
< himanshu_pathak[> Why it is happening because of max iteration
anjishnu has quit [Remote host closed the connection]
Pranshu54 has quit [Remote host closed the connection]
< SaraanshTandonGi> > `himanshu_pathak` 1 is their to return at most 1 indices of input.max() == input
< SaraanshTandonGi> exactly, so this error should not come up.
< himanshu_pathak[> Yes, it should not be the case here. May be you should open a issue for this
< SaraanshTandonGi> I'm just scared that it might turn out to be something stupid. :P
anjishnu_ has quit [Remote host closed the connection]
anjishnu has joined #mlpack
< himanshu_pathak[> Don't be scared we are human we can do mistakes😃
< SaraanshTandonGi> @himanshupathak21061998 can you take a look at the two issues I have opened already?
< SaraanshTandonGi> about functionalities.
< himanshu_pathak[> Yes they looks good I am not sure instance norm but we don't have implementation of spatial transform
< himanshu_pathak[> * Yes they looks good I am not sure for instance norm but we don't have implementation of spatial transform
anjishnu has quit [Remote host closed the connection]
anjishnu has joined #mlpack
anjishnu has quit [Remote host closed the connection]
anjishnu has joined #mlpack
anjishnu10 has joined #mlpack
anjishnu10 has quit [Remote host closed the connection]
anjishnu has quit []
anjishnu has joined #mlpack
< anjishnu> SriramSKGitter[m and sreenik[m] yep, I am looking at the ANN module and the basic models today. I am also trying to hunt down some features and will probably have something more concrete to say about this tomorrow.
anjishnu has quit [Remote host closed the connection]
ImQ009 has quit [Quit: Leaving]
< rcurtin> ha... I celebrated yesterday when mlpack was added to the Julia package repository because I thought that I was done
< rcurtin> and this morning I found out that mlpack algorithms that use BLAS/LAPACK segfault on 64-bit systems
< rcurtin> sigh ...
< zoq> every algorithm?
< rcurtin> knn doesn't use BLAS/LAPACK so it's fine for now :)
< rcurtin> I believe I figured out the issue, but it was tricky
< zoq> Interesting, I think the conda package also uses knn for testing if the package worked, but we should change that as well.
< rcurtin> the Armadillo version being distributed via the Julia package system links against OpenBLAS, but on 64-bit systems they have renamed all the symbols so they terminate in `64_`, so, e.g., `dgeev64_` not `dgeev`
< zoq> ...
< rcurtin> we've got that taken care of just fine already
< rcurtin> but the part that didn't get noticed is that their OpenBLAS package is using 64-bit integers, while Armadillo is expecting 32-bit integers
< rcurtin> so ARMA_BLAS_LONG has to be defined... I'm testing the fix now
< rcurtin> I'm still not clear on why the OpenBLAS symbols are all changed though
< rcurtin> I don't see any reason to have done that...
< zoq> so, just a few more hours to get the package working I guess
< rcurtin> sigh... I hope...
< rcurtin> plus review time, rebuild time, etc.
< rcurtin> once I have the fix, I have to push that to the Armadillo Julia package, and once that's reviewed and merged, the mlpack package has to be rebuilt...
< rcurtin> the folks who maintain the Julia binary packages have been very quick and responsive though, so hopefully not too long
< rcurtin> much different than the folks who decide on what names are acceptable for Julia packages :)
< zoq> ahh, that is good :)
< himanshu_pathak[> Fingers crossed may be this time it will work
< rcurtin> himanshu_pathak[: yeah, maybe if I make it work I can get back to all the other packaging nightmares that I have :(
< rcurtin> I have to say, Julia's setup is *way* better than Python's for something like this
< rcurtin> setuptools is totally opaque and hard to work with for how it compiles Cython bindings
< rcurtin> but the Julia packages are built directly with g++
togo has joined #mlpack
< SaraanshTandonGi> Can someone pls help me out. I have been stuck at this thing and am not able to move forward. #2252
< SaraanshTandonGi> Sorry for bugging you guys. But i really wanna move forward.
< rcurtin> SaraanshTandonGi: I know that you want to contribute, but you only opened #2252 *three hours ago*
< rcurtin> you can see that there are 84 issues open and 76 pull requests open... and that's only on the mlpack repository
< rcurtin> I'm sure that someone will try and help you when they have time, but that may be quite a while until anyone is available
< rcurtin> my suggestion would be, if you are stuck on it, try to dig into the code and understand what's going on, or find some other workaround for the issue
< rcurtin> I'm sorry that I can't give a much better answer than that---in an ideal world, there would always be people to help all the time, but the reality is that all of us work on mlpack in our free time, and that means there's very limited time available
togo has quit [Quit: Leaving]