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/
xiaohong has joined #mlpack
xiaohong has quit [Ping timeout: 272 seconds]
xiaohong has joined #mlpack
xiaohong has quit [Ping timeout: 260 seconds]
xiaohong has joined #mlpack
xiaohong has quit [Ping timeout: 260 seconds]
xiaohong has joined #mlpack
xiaohong has quit [Ping timeout: 260 seconds]
xiaohong has joined #mlpack
xiaohong has quit [Ping timeout: 260 seconds]
xiaohong has joined #mlpack
xiaohong has quit [Ping timeout: 260 seconds]
xiaohong has joined #mlpack
xiaohong has quit [Ping timeout: 260 seconds]
xiaohong has joined #mlpack
xiaohong has quit [Ping timeout: 260 seconds]
< Param-29Gitter[m> following are the commands on terminal and the outputs which I think will answer all the queries @matrixbot
< rcurtin> why are you using mlpack 3.0.4? that's quite old
< rcurtin> and your LD_LIBRARY_PATH is /mlpackEverything/mlpack-3.0.4/build/lib/, not ~/mlpackEverything/mlpack-3.0.4/build/lib/
< rcurtin> for what it's worth, I think it may be worth spending some time reading some resources on C++ development from a command-line environment
xiaohong has joined #mlpack
xiaohong has quit [Ping timeout: 245 seconds]
xiaohong has joined #mlpack
xiaohong has quit [Ping timeout: 260 seconds]
< Param-29Gitter[m> @matrixbot adding a ~ solved my problem. Where can i find latest version of mlpack? also can you suggest me some useful links that would help me write programs in python and c++ using mlpack. I am trying to solve an issue #2119 to understand mlpack so if there are any useful links for understanding of coding style of mlpack it would really be helpful.
xiaohong has joined #mlpack
xiaohong has quit [Ping timeout: 260 seconds]
xiaohong has joined #mlpack
xiaohong has quit [Ping timeout: 260 seconds]
< Hunting-Party10[> Hi i was looking at issue #1660 and #2031 it seems that the changes have been merged but is the issue completely resolved since i would like to start working on it .
< Hunting-Party10[> Cause its still open on github
< tejasvi[m]> I can see theres a lot on the table. If someone has time please review #2127
xiaohong has joined #mlpack
xiaohong has quit [Ping timeout: 252 seconds]
xiaohong has joined #mlpack
xiaohong has quit [Ping timeout: 248 seconds]
< HimanshuPathakGi> tejasvi can you please force push your branch to re-run the builds. So, that we can see builds of your PR for some reasons your build got deleted.
< kartikdutt18Gitt> yes, I think they failed in CTest , I have left a comment for the same.
< HimanshuPathakGi> Thanks for the help @kartikdutt18
xiaohong has joined #mlpack
xiaohong has quit [Ping timeout: 260 seconds]
xiaohong has joined #mlpack
xiaohong has quit [Ping timeout: 260 seconds]
< jenkins-mlpack2> Project docker mlpack nightly build build #588: UNSTABLE in 2 hr 57 min: http://ci.mlpack.org/job/docker%20mlpack%20nightly%20build/588/
SachaD has joined #mlpack
xiaohong has joined #mlpack
xiaohong has quit [Ping timeout: 272 seconds]
xiaohong has joined #mlpack
xiaohong has quit [Ping timeout: 260 seconds]
deb has joined #mlpack
deb is now known as Guest74879
Guest74879 has quit [Remote host closed the connection]
xiaohong has joined #mlpack
xiaohong has quit [Ping timeout: 260 seconds]
< Hunting-Party10[> Those packages aren't for bionic , download and build them from source or let cmake download them for you
SachaD has quit [Quit: Konversation terminated!]
< Param-29Gitter[m> cmake did download some files but even then (make) command shows error.
< Hunting-Party10[> What does it say
< Param-29Gitter[m> :point_up: [January 20, 2020 3:00 PM](https://gitter.im/mlpack/mlpack?at=5e25731fa1dfaa3ba14e5453) this
xiaohong has joined #mlpack
< Hunting-Party10[> Does cmake ../ give all okay ?( Except the man pages will not be generated warning )
xiaohong has quit [Ping timeout: 252 seconds]
xiaohong has joined #mlpack
xiaohong has quit [Ping timeout: 248 seconds]
xiaohong has joined #mlpack
xiaohong has quit [Ping timeout: 260 seconds]
< Param-29Gitter[m> Yes it is completely fine.
xiaohong has joined #mlpack
xiaohong has quit [Ping timeout: 248 seconds]
Saurabh has joined #mlpack
Saurabh has quit [Remote host closed the connection]
xiaohong has joined #mlpack
xiaohong has quit [Ping timeout: 245 seconds]
kyrre has quit [Quit: Connection closed for inactivity]
xiaohong has joined #mlpack
xiaohong has quit [Ping timeout: 248 seconds]
xiaohong has joined #mlpack
xiaohong has quit [Ping timeout: 245 seconds]
xiaohong has joined #mlpack
< Param-29Gitter[m> :point_up: [January 20, 2020 4:11 PM](https://gitter.im/mlpack/mlpack?at=5e2583e8ad195a0f673de575) i meant cmake../ is completely fine. I still cannot install v3.2.1
xiaohong has quit [Remote host closed the connection]
xiaohong has joined #mlpack
< Hunting-Party10[> Why are you using an older version tho? Still anyways it should compile just fine. Can you write the exact steps to reproduce this? Since mine is building just fine.
xiaohong has quit []
< Hunting-Party10[> Check your dependencies as well instead of pasting `sudo apt-get install libboost-math-dev libarmadillo-dev binutils-dev python-pandas python-numpy cython python-setuptools libensmallen-dev libstb-dev` do it individually it may have missed out some due to that package not found error
ImQ009 has joined #mlpack
kyrre has joined #mlpack
< kumaran[m]> A nice article about modern cmake.
< Nakul[m]> @kumaran:matrix.org: thanks for sharing
< Param-29Gitter[m> on 1st october 2019 someone had a talk the same issue :point_up: [January 20, 2020 3:12 PM](https://gitter.im/mlpack/mlpack?at=5e2575eb7148837898a81343) and this is because i use bionic ( 16:28 < rcurtin> I see, 'libstb-dev' is only available on disco/eoan on ubuntu) so did anyone solve this problem yet?
< Param-29Gitter[m> If yes please let me know how do i solve this problem.
< rcurtin> Param-29Gitter[m: you aren't actually giving any error messages with your output. You said that it fails to link mlpack_test, but we would need the actual failure message in order to help
< rcurtin> and I'm still unclear on why you are trying to use 3.2.1, when that isn't the newest version
< rcurtin> it may be worth trying the git master branch instead
< Param-29Gitter[m> ok i'll try and let you know.
< rcurtin> sounds good, and if it has an error, be sure to post the full error message :)
< rcurtin> I'd also suggest trying on a "clean" system and following the build tutorial instructions exactly
< Param-29Gitter[m> this is what it shows:
< Param-29Gitter[m> and after this execution of make command stops.
< rcurtin> have you installed an older version of mlpack on your system?
< rcurtin> if you have an old version of mlpack installed, this can cause issues when developing with a new version
< rcurtin> i.e., if /usr/local/lib/libmlpack.so exists (or it may be somewhere else depending on your system), and that libmlpack.so corresponds to an older version of mlpack (for instance, 3.0.4...), this can cause problems
< rcurtin> I think you had also set LD_LIBRARY_PATH earlier... if it is set to somewhere that has an old libmlpack.so in it, then you should also unset LD_LIBRARY_PATH
kyrre has quit [Quit: Connection closed for inactivity]
< Nakul[m]> for softmax_regression
< Nakul[m]> it's throw this error ```critical check stream.str().length() > 0 failed [0 <= 0]
< Nakul[m]> ```
< Nakul[m]> * it's throw this error ```
< Nakul[m]> ```
< rcurtin> I think you're going to have to dig in and figure out why nothing is being printed to `stream`. you may need to use a debugger like gdb and other techniques
< abernauer[m]> Yeah I was going to say something along those lines.
< Nakul[m]> ok so it's time to learn some debugging technique apart from printf/cout : XD
< rcurtin> :) printf is still a useful tool too; in my experience the debugger doesn't completely replace that
< rcurtin> but yeah, gdb is a super powerful tool (the same is true with other debuggers)
< abernauer[m]> Yeah it might be some issue with memory of a temporary being freed.
< rcurtin> so if you put down a bit of time learning how to work with it, it can be used to get to the bottom of a complex issue pretty fast
< sreenik[m]> rcurtin: For the gsoc ideas list wiki, is there any system of pull requests? Remember the idea we discussed in the last video meet: I want to float that but I'm skeptical of doing it without you or zoq taking a look at it (in case there is no PR system and it is direct editing).
< rcurtin> oh, do you mean like PRs for the GSoC ideas page instead of people just randomly editing it?
< rcurtin> I could agree with that... but I don't think Github Wiki pages support something like that---correct me if I'm wrong
< rcurtin> mostly in the past, interested mentors have just written down ideas that they think would be nice to mentor
< sreenik[m]> Oh okay, I will go ahead with it then
< rcurtin> and then when the applications all come in, mentors see what students/applications are interesting (which may not even be the ideas they wrote on the ideas list in some cases), and then accept a student (or don't, if they don't find anyone they like)
< rcurtin> if you want feedback on the idea, I'd say just add it and then we can take a look :)
< rcurtin> an alternative idea would be just to send an email back and forth to workshop the idea
< sreenik[m]> Got it. Both sound good. Either I'll update it there and ping you once in here, i.e., this IRC, or I'll mail it to our mailing list and discuss it over there.
< rcurtin> sounds good
< sreenik[m]> :)
< rcurtin> I think I misunderstood your question at first; I thought you wanted to set up a whole process for reviewing ideas :)
< rcurtin> but then I realized you were actually just talking about one idea :)
< sreenik[m]> Oh :)
ImQ009 has quit [Read error: Connection reset by peer]
< HimanshuPathakGi> Hey rcurtin I was trying to enable windows build https://github.com/conda-forge/ensmallen-feedstock/pull/14 forensmallen
< HimanshuPathakGi> And I am getting this error in build Unsatisfiable dependencies for platform win-64: {"vc[version='14.*,9,>=14,<15.0a0']"}
< HimanshuPathakGi> and I added - vc ==14.* # [win]
< HimanshuPathakGi> - vc ==9 # [win] because both version are required
< HimanshuPathakGi> > And I am getting this error in build Unsatisfiable dependencies for platform win-64: {"vc[version='14.*,9,>=14,<15.0a0']"}
< HimanshuPathakGi> I don't know why it is behaving like this
< rcurtin> I don't have any idea at all about conda, and especially not conda on Windows
< rcurtin> have you tried asking the conda maintainers or digging in deeper to find out what the problem is?
< HimanshuPathakGi> Sure I will ask from him
ibtihaj has joined #mlpack
< ibtihaj> I am new in open source contribution. I am having trouble with compiling mlpack repository cloned from github .
kyrre has joined #mlpack
< zoq> ibtihaj: Hello, if you can provide some more informations, we might be able to help you to solve the issue.
< HimanshuPathakGi> Can you please elaborate what problem are you facing I you are struggling with build read this https://www.mlpack.org/doc/mlpack-git/doxygen/build.html
< HimanshuPathakGi> (edited) ... facing I you ... => ... facing If you ...
< HimanshuPathakGi> Please check this
< zoq> Looks like the armadillo download failed, let me restart the build.
< HimanshuPathakGi> I tried it two times same thing happened
< ibtihaj> I am following this link to compile mlpack : https://www.mlpack.org/doc/mlpack-git/doxygen/build.html but in this tutorial we don't clone the repo from github instead we download a "tar.gz" extension file and then build it . Does the src directory holds all the files present in repo and we can edit and compile them by "make" . I had followed all
< ibtihaj> the steps mentioned in the tutorial and in the end there is a build directory and source directory etc so if i want to recompile the code or just want to edit the code and compile it which directory holds all the code in tar.gz file?
< HimanshuPathakGi> Yes you are right after cloning create a build directory
< HimanshuPathakGi> and follow use the following commands
< HimanshuPathakGi> $cmake ../
< HimanshuPathakGi> and then
< HimanshuPathakGi> make
< HimanshuPathakGi> inside build directory
< ibtihaj> Thank you HimanshuPathakGi it worked .
< zoq> ibtihaj: The archive (tar.gz) packaged a stable but specific version, it contains all source files, you can also checkout the version on github.
< HimanshuPathakGi> You'r welcome
< zoq> ibtihaj: If you want to contribute at some point, I recommend to checkout the git repository, instead of using the archive.
< zoq> HimanshuPathak: Okay, I see let me check the config.
< ibtihaj> zoq thank you for your response . I am going through the files on git repo
< zoq> HimanshuPathak: Commented on the PR, not sure that will solve the problem, but let's see.