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]
< 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
< 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
< 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