rcurtin_irc changed the topic of #mlpack to: mlpack: a scalable machine learning library (https://www.mlpack.org/) -- channel logs: https://libera.irclog.whitequark.org/mlpack -- NOTE: messages sent here might not be seen by bridged users on matrix, gitter, or slack
arvind-puthucode has joined #mlpack
arvind-puthucode has quit [Client Quit]
zoq[m]1 has quit [Quit: You have been kicked for being idle]
Somil[m] has quit [Quit: You have been kicked for being idle]
lxi has joined #mlpack
LIERO_ is now known as LIERO
lxi has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
<AdithyaPenagonda> Hello everyone! my name is Adithya and I'm a sophomore at VNR VJIET, Hyderabad pursuing Undergraduate computer science degree with a specialization in Artificial Intelligence and Data Science. I'm very much interested in machine learning and would love to participate at GSoC ' 23 at mlpack. I personally found reinforcement Learning particularly interesting. I have worked before with Deep reinforcement neural networks and had explored
<AdithyaPenagonda> AlphaZero. I have also landed a rover using the opI'm quite new to the open source scene and would like to know and learn from other's present here.
<AdithyaPenagonda> we can connect on LinkedIn - https://www.linkedin.com/in/adithya-penagonda-0b4404231/
<AdithyaPenagonda> Hello everyone! my name is Adithya and I'm a sophomore at VNR VJIET, Hyderabad pursuing Undergraduate computer science degree with a specialization in Artificial Intelligence and Data Science. I'm very much interested in machine learning and would love to participate at GSoC ' 23 at mlpack. I personally found... (full message at <https://libera.ems.host/_matrix/media/v3/download/libera.chat/4a6da5cf33e656d5954cb898d7a09a84d31637a7>)
<zoq[m]> <_slack_mlpack_U04SP3UF4TD[m]> "Hello everyone! I am Yang ZHAO..." <- Hello, thanks for reaching out; sounds great, let us know if there is anything that we should clarify.
<zoq[m]> > <@anablaz:gitter.im> Hello everyone! My name is Ana Blaž and I'm an undergraduate computer science student from the University of Ljubljana, Slovenia. I'm interested especially in two of the projects in the Ready to use Models in mlpack section - Adding ready to use state of the art deep learning models and Showcasing... (full message at <https://libera.ems.host/_matrix/media/v3/download/libera.chat/3477f5eb2be853b9e69b41379498ad332f96b441>)
<zoq[m]> zoq[m]: I think a version of YOLO would be nice to add for sure, maybe not the most recent ones, keeping the 175 hours in mind, exploring RF could be another idea for sure; the project is pretty much open, the main thing we have to make sure it's reasonable enough to finish in the set timeframe.
<zoq[m]> > <@userfound404:gitter.im> Hello everyone! my name is Adithya and I'm a sophomore at VNR VJIET, Hyderabad pursuing Undergraduate computer science degree with a specialization in Artificial Intelligence and Data Science. I'm very much interested in machine learning and would love to participate at GSoC ' 23 at mlpack. I... (full message at <https://libera.ems.host/_matrix/media/v3/download/libera.chat/982125a98e0eee57e2ee1936e9ffb8fe29bcabc3>)
<rcurtin[m]> zoq: does the `tokyo` test runner for bandicoot have an OpenCL runtime installed? I see these messages in the test errors:... (full message at <https://libera.ems.host/_matrix/media/v3/download/libera.chat/23438246187f8379c5406aaf3f7757d7d74b516e>)
<zoq[m]> > <@ryan:ratml.org> zoq: does the `tokyo` test runner for bandicoot have an OpenCL runtime installed? I see these messages in the test errors:... (full message at <https://libera.ems.host/_matrix/media/v3/download/libera.chat/212e33d6da84365f650887f9a4892ffe5257a58e>)
<zoq[m]> But the docker image, I don't think so?
<rcurtin[m]> I guess it needs nvidia-opencl-icd... if I push that change and push a new image, I guess that's all I need to do?
<zoq[m]> is what I get on the host
<zoq[m]> So I guess we have an opencl runtime?
<rcurtin[m]> yeah, on the host, but I think you still need the runtime in the container... let me try changing the dockerfile in a little bit and see what happens
<zoq[m]> yeah, I think apt install ocl-icd-libopencl1 opencl-headers should do the trick
<zoq[m]> <_slack_mlpack_U04R7S5EEF7[m]> "Hey guys, just to ask a quick..." <- Hello, you can just use this channel.
<zoq[m]> <_slack_mlpack_U04R7S5EEF7[m]> "And also are the mentors free..." <- Sure, just leave your question here and we will try to answer it as fast as possible.
<rcurtin[m]> zoq: got it working, https://github.com/mlpack/jenkins-conf/commit/0e4831805221fd82a71ed92490b1e39299a03257 seems to be what was needed
<rcurtin[m]> (in addition to the two packages you suggested)
<zoq[m]> nice
<zoq[m]> Do we only run the OpenCL tests if the CUDA tests passed?
<zoq[m]> I think that was the default behaviour?
<rcurtin[m]> it seems to run both even if the CUDA tests fail, but that's okay with me
<zoq[m]> same