ChanServ changed the topic of #mlpack to: "Due to ongoing spam on freenode, we've muted unregistered users. See http://www.mlpack.org/ircspam.txt for more information, or also you could join #mlpack-temp and chat there."
mrohit[m] has quit [Ping timeout: 264 seconds]
mrohit[m] has joined #mlpack
cjlcarvalho has joined #mlpack
mrohit[m] has quit [Ping timeout: 252 seconds]
mrohit[m] has joined #mlpack
cjlcarvalho has quit [Ping timeout: 264 seconds]
< davida> zoq: I created a GitHub project for the saving of my work on the DeepLearning.ai course translation to MLPACK. I have actually managed to resolve the 'access violation' issue that I was having which I suspect was due to the sizing of some of my layers.
< davida> zoq: However I would still like you to take a look at the code since it now matches pretty much exactly (as far as I can tell) to the Coursera exercise however the MLPACK version cannot train anywhere near
< davida> as well as the Python/Tensorflow model.
< davida> There is only this Conv work in there so far. I am also uploading my Jupyter Notebook of the work I did during the course. You can see how well it trains and also the model used.
< davida> As I am still fairly new to MLPACK, I may well not have translated the model well so I would appreciate you input on this to set me in the right direction.
< davida> The C++ code is in Week1Main.cpp and the data required is in the ./data directory. Also, note the code uses the HDF5 and H5CPP libraries to import the data.
vivekp has quit [Ping timeout: 268 seconds]
vivekp has joined #mlpack
< davida> zoq: I added a file to show the training results during 100 epochs (TrainingResults.txt). Best I can achieve is ~30% and the Python/Tensorflow gets to 97% with same amount of training.
cjlcarvalho has joined #mlpack
ayesdie has joined #mlpack
Amit__ has joined #mlpack
< Amit__> Hello, everyone! I am Amit and I am a sophomore in college pursuing computer science, I'm actually new to opensource and I would like to start my journey with mlpack,can anyone guide me how to get started I have fair knowledge of c, c++ (STL) and python..).
Amit__ has quit [Quit: Page closed]
< zoq> davida: Thanks, I'll take a look at the code later today.
< ayesdie> Do I need to take care of anything while running `/main_tests/cf_test.cpp`, because it seems lime its failing 7 out of 13 tests.
< ayesdie> It fails all the test after `CFModelReuseTest` with the message as `[FATAL] Invalid value of specified ( ); neighborbood must be less than or equal to the number of users!`. I think I'm missing something here?
ayesdie has quit [Ping timeout: 252 seconds]
ayesdie has joined #mlpack
< rcurtin> ayesdie: how are you running the tests?
< ayesdie> i'm still trying to figure out why 7 of the default tests are failing
< ayesdie> i'll tell the details, `mlpack_test --run_test=CFMainTest --logger=HRF,all --color_output=false --report_format=HRF --show_progress=no` after i build mlpack_test
< rcurtin> try running it from the build directory, not the bin/ directory, as 'bin/mlpack_test'
< rcurtin> my guess is it's just not able to load the right datasets for testing because the working directory is different than expected
< ayesdie> It's running now :D thank you very much, I'm using CLion so I was using the default debug method from it, so perhaps that was giving the issue
< ayesdie> Rather than doing the invalid interpolation and neighbor search check separately, should I move them into one existing test of `CFAlgorithmBoundTest`?
< rcurtin> glad you got it working :)
< rcurtin> I think maybe it would be better to split the tests into different test cases
< rcurtin> that can make it easier for debugging later... instead of one big test that failed somewhere in the middle, it's much easier to see what has failed in a short test
ayesdie has quit [Quit: ayesdie]
ayesdie has joined #mlpack
ayesdie has quit [Client Quit]
ayesdie has joined #mlpack
< rcurtin> ayesdie: just in case you didn't see my response the channel is logged at http://www.mlpack.org/irc/ :)
ayesdie has quit [Quit: ayesdie]
< ShikharJ> rcurtin: Interesting, similar for Probability and Multivariate Calculus?
< ShikharJ> davida: I can't seem to pin-point an issue within the Pooling layers. Please open an issue for this with a minor code sample?
< davida> ShikharJ: Sorry, which topic are you referring to?
< ShikharJ> davida: The one which you get while getting the convolution output as 65x65x8.
< davida> ShikharJ: In my reply to zoq earlier today I mentioned that I had found the 'allocation violation' issue with my layer values so it is not an issue any more. The code runs, but the main issue I have is that the exact same model trains to 97% in Python/Tensorflow but only to 30% accuracy on MLPACK.
< davida> I posted link to my code earlier. zoq already mentioned he will take a look at it but your input is also welcome.
< davida> My goal is to get the Coursera exercises working on MLPACK and achieving the same (or at least a similar) result.
ayesdie has joined #mlpack
< ShikharJ> davida: Ah okay, sorry I skipped the messages in between :)
cjlcarvalho has quit [Ping timeout: 252 seconds]
ayesdie has quit [Quit: ayesdie]
ayesdie has joined #mlpack
ayesdie has quit [Client Quit]
ayesdie has joined #mlpack
ayesdie has quit [Remote host closed the connection]
ayesdie has joined #mlpack
ayesdie has quit [Quit: ayesdie]
< zoq> davida: To make the comparison easier, do you mind to use ReLULayer instead of LeakyReLU? If we use the same model we should be able to use the same weights as well, so the output of the Forward pass should be the same.
< zoq> davida: Btw. the file is really nice; super easy to follow.
< zoq> davida: I think we can see a trend in the accuracy over the last iterations.
cjlcarvalho has joined #mlpack