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/
< kartikdutt18[m]>
Hey @rcurtin, Can we please upload mnist_train.csv / mnist_test.csv in mnist.tar.gz that exists in mlpack.org/datasets? Mainly because the train and test for the dataset is fixed.
ImQ009 has joined #mlpack
naruarjun[m] has left #mlpack []
maa1388[m] has left #mlpack []
< rcurtin>
kartikdutt18[m]: sure, upload to where?
< kartikdutt18[m]>
Can we upload them inside mlpack.org/datasets/mnist.tar.gz ?
< kartikdutt18[m]>
Like replace the tar file with a new tar file that also has mnist_train / test.csv along with the rest of the files.
< rcurtin>
sure, where can I find the files?
< rcurtin>
or do you mean, pack mlpack.org/datasets/mnist_train.csv and mnist_test.csv into a .tar.gz?
< chopper_inbound[>
One request - Please open this link on desktop only. Because most of web elements will break on phone 😁. I made this blog using just some basic html. I was just trying my hands on html (rusty memories of high school). Let me know if anything can be improved/corrected.
favre49 has joined #mlpack
< favre49>
I've been getting this linking error when running a program using mlpack : `./a.out: error while loading shared libraries: libmlpack.so.3: cannot open shared object file: No such file or directory`
< favre49>
This is new to me, I've had linking issues while compiling, not while running the program
< saksham189Gitter>
Hey @himanshupathak21061998 have you shared your weekly blog update?
< HimanshuPathakGi>
Just writing it :)
< HimanshuPathakGi>
Will share within an hour
favre49 has quit [Read error: Connection reset by peer]
favre49 has joined #mlpack
< rcurtin>
favre49: you probably need to specify LD_LIBRARY_PATH?
< rcurtin>
$ LD_LIBRARY_PATH=/path/to/mlpack/build/lib/ or similar?
< favre49>
I'll try that, I thought me using -L amounted to the same thing
< HimanshuPathakGi>
Hey everyone https://medium.com/@hpathak336/gsoc-week-1-cd2827215eed this is my weekly blog update. I am a bit new in writing blogs. So, please suggest me if I can improve my blog I tried to keep the blog in light tone.
< anjishnu[m]>
I saw this image for k-means on Twitter sometime back :) Cool blog though!
< HimanshuPathakGi>
:)
ImQ009 has quit [Quit: Leaving]
< jeffin143[m]>
Ryan Birmingham (Gitter): can u take a look at the pr in mlboard repo , need your help