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/
soonmok has joined #mlpack
soonmok has quit [Remote host closed the connection]
soonmok has joined #mlpack
soonmok_ has joined #mlpack
soonmok has quit [Read error: Connection reset by peer]
shardulparab97 has joined #mlpack
soonmok_ has quit [Remote host closed the connection]
soonmok has joined #mlpack
soonmok has quit [Remote host closed the connection]
vidhanarya has joined #mlpack
< vidhanarya>
Hi
< vidhanarya>
I am a newcomer, I want to participate in GSoC 2019 under mlpack organisation, I've gone through the beginners guide available on mlpack, I just have one question after building mlpack from source how can I send PR to the mlpack repo on github
soonmok has joined #mlpack
< vidhanarya>
I am familiar with git and github, usually I had to first fork the repo and then push commit to origin and then send a PR to the repo on github, but here source is provided as a downloadable zip. Should I just fork the repo and build from the master branch of the mlpack repo?
shardulparab97 has quit [Ping timeout: 256 seconds]
< Kunvar_thaman>
Also, what's the nick of the mentors for this project? >essential deep learning modules
< Kunvar_thaman>
Also, what's the nick of the mentors for this project? >essential deep learning modules
Kunvar_thaman has quit [Ping timeout: 256 seconds]
< ShikharJ>
Kunvar_thaman: We already have an implementation of the WGAN.
< ShikharJ>
vidhanarya: Yes, ideally, you should build from source to check your code changes.
< ShikharJ>
shardulparab97: Sorry for the late reply, I'll mention the details on the issue itself.
Kunvar_thaman has joined #mlpack
vivekp has quit [Read error: Connection reset by peer]
vivekp has joined #mlpack
< Kunvar_thaman>
ShikharJ Ok that's great
Kunvar_thaman has quit [Ping timeout: 256 seconds]
< vidhanarya>
Actually I was asking that should I first fork the mlpack repo from mlpack github then clone the forked repo to my PC and then build mlpack from source
< vidhanarya>
or should I download the source zip file from the mlpack site and build from it?
vivekp has quit [Ping timeout: 246 seconds]
vivekp has joined #mlpack
soonmok has quit [Remote host closed the connection]
soonmok_ has quit [Remote host closed the connection]
soonmok has joined #mlpack
soonmok has quit [Remote host closed the connection]
soonmok has joined #mlpack
soonmok has quit [Remote host closed the connection]
soonmok has joined #mlpack
rohan_ has joined #mlpack
rohan_ has quit [Ping timeout: 256 seconds]
soonmok has quit [Remote host closed the connection]
soonmok has joined #mlpack
KimSangYeon-DGU has quit [Quit: Page closed]
soonmok has quit [Remote host closed the connection]
soonmok has joined #mlpack
saksham189 has joined #mlpack
shardulparab97 has joined #mlpack
shardulparab97 has quit [Ping timeout: 256 seconds]
soonmok has quit [Remote host closed the connection]
soonmok has joined #mlpack
soonmok has quit [Ping timeout: 245 seconds]
trancenoid has joined #mlpack
< trancenoid>
Hey everyone, I am having trouble using mlpack in python. I have build from source in windows, mlpack is working in C++ (VS17) but its showing error (no module named mlpack ) I am using Anaconda, Windows 10. I searched the website for some help but couldn't find anything, can some one point me towards right direction.
< trancenoid>
I tried using the linux method to include mlpack in PATH , didnt work. Also appending mlpack/build/src/bindings/python to sys inside the python code, but that folder only have INSTALL.vscproj files
saksham189 has quit [Ping timeout: 256 seconds]
soonmok has joined #mlpack
soonmok has quit [Ping timeout: 250 seconds]
< zoq>
trancenoid: Hello, python bindings are disabled per default on windows; you can give it a shot but you have to build with cmake -DBUILD_PYTHON_BINDINGS=ON ..
trancenoid has quit [Ping timeout: 256 seconds]
trancenoid has joined #mlpack
trancenoid has quit [Ping timeout: 256 seconds]
KimSangYeon-DGU has joined #mlpack
soonmok has joined #mlpack
soonmok has quit [Ping timeout: 250 seconds]
< rcurtin>
zoq: thanks for getting the style checker working again, really useful
< zoq>
hopefully they can fix the diff view issue
< rcurtin>
yeah. I found that the docker environment plugin is not in a good state and I am not sure how much it is updated