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 []
prudhvi-hack has joined #mlpack
prudhvi-hack has quit [Remote host closed the connection]
prrudhvi-hack has joined #mlpack
prrudhvi-hack has quit [Remote host closed the connection]
< jenkins-mlpack2> Yippee, build fixed!
< jenkins-mlpack2> Project mlpack - git commit test build #310: FIXED in 1 hr 11 min: http://ci.mlpack.org/job/mlpack%20-%20git%20commit%20test/310/
< jeffin143[m]> Started my internship recently, understood how difficult it is to spare time for open source
< jeffin143[m]> Need more planning to actually keep up :)
< jeffin143[m]> rcurtin , zoq : have ever happen to use conan package manager , should we have one for Mlpack ?
< jeffin143[m]> rcurtin , zoq : have ever happen to use conan package manager , should we have one for Mlpack ?
< jeffin143[m]> Edited : have you ever *
< KhizirSiddiquiGi> zoq: Wasn
< KhizirSiddiquiGi> zoq: Wasn't Highway Networks completed in PR #1761
gsc2001 has joined #mlpack
< gsc2001> I am Gurkirat Singh , a first year CSE undergrad at IIIT Hyderabad,India , I want to work with you in GSOC 2020 any starting guidance for me, I am strong in c,c++ , and know python to some extent.
< gsc2001> I a very much intrested in AI and ML , any good resource for it please
< pickle-rick[m]> Hey there, you should check out https://www.mlpack.org/community.html and https://www.mlpack.org/gsoc.html. These resources should be enough to get you started on contributing.
< gsc2001> Thank You for your fast response
CraigDillabaugh has quit [Ping timeout: 260 seconds]
< gsc2001> Yout second link is not working
< gsc2001> The* second link is not working
< pickle-rick[m]> I don't understand why its not working for you. It seems fine here actually.
< gsc2001> This is working ty
< pickle-rick[m]> cool
< gsc2001> i think you accidently mistyped a . at last of website earlier
gsc2001 has quit [Ping timeout: 260 seconds]
gsc2001 has joined #mlpack
gsc2001 has quit [Remote host closed the connection]
visexp has joined #mlpack
visexp has quit [Remote host closed the connection]
< HimanshuPathakGi> Thanks rcurtin I wil try to look at Neural Turing Machine Thanks for suggestion
< HimanshuPathakGi> (edited) Thanks rcurtin ... => Hello rcurtin ...
< jenkins-mlpack2> Project docker mlpack nightly build build #582: UNSTABLE in 9 hr 2 min: http://ci.mlpack.org/job/docker%20mlpack%20nightly%20build/582/
ImQ009 has joined #mlpack
< rcurtin> HimanshuPathakGi: there was a PR open for it by Sumedh Ghaisas, so there's already a lot to start from. I would love to see that resurrected and finished :) I'm not sure if that alone is sufficient for a GSoC project though
< rcurtin> zoq: after ensmallen#159 gets merged, I'll go ahead and do a release unless you think I should wait on anything else :)
< zoq> rcurtin: I have a report callback almost finished, but that could be part of another release.
nishantkr18 has joined #mlpack
nishantkr18 has quit [Client Quit]
nishantkr18 has joined #mlpack
< rcurtin> yeah
< rcurtin> oops, ssh connection died
< rcurtin> zoq: yeah, that sounds great, but it's so easy to do a release that I think we can just do another one :)
nishantkr18 has quit [Ping timeout: 272 seconds]
< Nakul[m]> The best talk I got on internet for cmake , thought to share with you all
PRNCoPRS has joined #mlpack
< rcurtin> Nakul[m]: nice! thanks for the link
PRNCoPRS is now known as prncoprs
ImQ009 has quit [Quit: Leaving]
prncoprs has quit [Quit: Going offline, see ya! (www.adiirc.com)]
prncoprs has joined #mlpack
< kartikdutt18Gitt> Hi zoq, how about 3D CNN for GSOC project ( Essential deep learning module ) ?
prncoprs has quit [Quit: Going offline, see ya! (www.adiirc.com)]
< zoq> kartikdutt18: Interesting idea.
< kartikdutt18Gitt> zoq: I rebased my PR #2126 ,It is now passing all the test cases.
< zoq> kartikdutt18: Great, will take a look once I have a chance.
< kartikdutt18Gitt> Great, Thanks.
< PulkitgeraGitter> (edited) ... to
< PulkitgeraGitter> `` `Determining if ... => ... to
< PulkitgeraGitter> `Determining if ...
< PulkitgeraGitter> `pthread`
< PulkitgeraGitter> please help
Soham has joined #mlpack
< PulkitgeraGitter> edit:resolved- missing line SET(CMAKE_CXX_FLAGS -pthread) in cmake
Soham has quit [Ping timeout: 260 seconds]
darthgera has joined #mlpack
< darthgera> hi im facing some difficulty in building mlpack
< zoq> darthgera: Hello, let's see if we can help you.
< Nakul[m]> @darthgera: what kind of defulties ?
< Nakul[m]> zoq: i noticed there is missing readme in model repo , if you wish i can help in writing the read me
< zoq> Nakul[m]: Ahh, right, would be great to get some help.
< Nakul[m]> Pulkit gera (Gitter): for posting error you can use markdown or pastebin that way it will be more readable..:)
< darthgera> when im running make im getting these errors - https://pastebin.com/sB2cgMsy
< darthgera> i thought it was an issue with armadilo so i uninstalled and reinstalled armadillo but it didnt help
< Nakul[m]> @darthgera how did you install armadillo ?
< zoq> "/usr/bin/ld: warning: libhdf5.so.101, needed by /usr/lib/x86_64-linux-gnu/libarmadillo.so, not found (try using -rpath or -rpath-link)"
< zoq> every error below is related
< zoq> if you installed armadillo via the apt package manager it should also install libhdf5
< darthgera> Nakul[m] i downloaded the tar file from http://arma.sourceforge.net/download.html and followed instructions from https://github.com/masumhabib/quest/wiki/How-to-Install-Armadillo
< zoq> what about using the package manager to install armadillo?
< Nakul[m]> > what about using the package manager to install armadillo?
< Nakul[m]> try this
< darthgera> as in?
< darthgera> i cannot find any package manager way to install
< zoq> looks like you are on debian/ubuntu?
< Nakul[m]> ```sudo apt-get install libarmadillo-dev```
< abernauer[m]> > `sudo apt-get install libarmadillo-dev`
< darthgera> so i uninstall armadilo and reinstall using this?
< zoq> yes
< darthgera> still getting the same error
< darthgera> should i cmake it again?
< darthgera> when i cmake it i get armadilo version issues
< zoq> Are you sure you completly removed the other armadillo files, lib and header files?
< darthgera> i did rm armadilo and rm -rf armadilo_bists in /usr/include
< zoq> since the error listed: /usr/lib/x86_64-linux-gnu/libarmadillo.so you should remove that file as well
< darthgera> im still getting the version issue
< zoq> okay, can you provide some more information, what's the version issue?
< darthgera> the version this installs is 6.500.5 wheras minimum required is 8.400.0
< darthgera> when i install manually, i install version 9.800.3
< zoq> what OS are you on?
< darthgera> ubuntu 16.04
< darthgera> well actually its elementary loki
< darthgera> it installs the correct version in ubuntu 18.04
< zoq> Ohh, I see, in this case what you could do is to install a more update to date version from ppa, or manully build armadillo but without hdf5 cmake -DARMA_USE_HDF5=OFF, or install lib hdf5.
< darthgera> i did install lib h5 separately, that didnt work either
< zoq> Hm, unless you like to load hdf5 files, it would be safe to disable the support.
< darthgera> CMake Warning: Manually-specified variables were not used by the project: ARMA_USE_HDF5
< darthgera> i got this warning
< zoq> what about: -D DETECT_HDF5=false
< darthgera> didnt throw any warning
< darthgera> trying to make now
darthgera has quit [Quit: Ping timeout (120 seconds)]
darthgera has joined #mlpack
< darthgera> hi,thanks for the help. its throwing a warning : warning: libmkl_rt.so, needed by /usr/lib/x86_64-linux-gnu/libarmadillo.so, not found