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.
noonehere4u1 has joined #mlpack
noonehere4u1 has quit [Remote host closed the connection]
circle has joined #mlpack
circle has quit [Remote host closed the connection]
have has joined #mlpack
have has quit [Killed (Unit193 (Spam is not permitted on freenode.))]
rasengan6 has joined #mlpack
rasengan6 has quit [Killed (Unit193 (Spam is not permitted on freenode.))]
puzzola23 has joined #mlpack
puzzola23 has quit [Remote host closed the connection]
anderson12 has joined #mlpack
anderson12 has quit [Remote host closed the connection]
ShikharJ_ has joined #mlpack
< ShikharJ_> zoq: I'm just curious, have you ever come across a paper which made use of non-square kernel sizes?
ShikharJ_ has quit [Quit: Page closed]
lozhnikov has quit [Ping timeout: 276 seconds]
ImQ009 has joined #mlpack
< akhandait> zoq: ShikharJ: I think there is one more thing we need to take care of. In the Gradient() function we don't deal with the case when size of gradientTemp > size of output. That's the reason DCGAN test is failing. I think we need to check if size of gradientTemp > size of output before convolving and pad the inpulSlice with (size of gradientTemp - size of output) number of zeros.
< akhandait> I did that locally and the test passes now
l2y has joined #mlpack
l2y has quit [Remote host closed the connection]
Krenair0 has joined #mlpack
Krenair0 has quit [Remote host closed the connection]
annieslmaos has joined #mlpack
annieslmaos has quit [K-Lined]
C0c0dril05 has joined #mlpack
C0c0dril05 has quit [Remote host closed the connection]
vivekp has joined #mlpack
holodoc1 has joined #mlpack
holodoc1 has quit [Remote host closed the connection]
supercool6 has joined #mlpack
supercool6 has quit [Remote host closed the connection]
lutoma2 has joined #mlpack
lutoma2 has quit [Killed (Unit193 (Spam is not permitted on freenode.))]
webpigeon4 has joined #mlpack
webpigeon4 has quit [Remote host closed the connection]
< zoq> ShikharJ_: "Learning on Graphs in the Game of Go" does use a non-square kernel, but that's pretty unusual. If you knew that all your features would have a rectangle shape, then it might be a good idea to go with a rectangular kernel, however, in most cases, you don't know the feature shape. It would be interesting to explore a circular kernel.
< zoq> akhandait: I see, that is basically what has been done with the padding parameter.
thurin16 has joined #mlpack
thurin16 has quit [Remote host closed the connection]
TheKnight has joined #mlpack
< TheKnight> Can a beginner also contribute.
< TheKnight> If so, how and where to start?
< TheKnight> Hi
< TheKnight> I'm E. Aakash, 2nd year undergraduate student of IIT Bombay.
< TheKnight> I am interested in C++ programming and wanted to know how machine learning algorithms are implemented in it.
< zoq> TheKnight: Hello, everyone is more than welcome to contribute; http://www.mlpack.org/involved.html should be helpful.
Shikhar has joined #mlpack
< Shikhar> zoq: I'm inclined to think these errors are random, one was an integer divide by zero error, and the other was a memory exception. I don't think these have to do with model performance.
< Shikhar> zoq: Let's wait and see if these persist, maybe then we can ascertain what's causing them?
< zoq> Shikhar: We should definitely look into the issues: http://ci.mlpack.org/view/mlpack/job/mlpack%20-%20git%20commit%20test/ they almost failed each time, the commit job runs.
< zoq> The divide by zero issue is probably easy to fix.
< Shikhar> zoq: The RBM PR was merged over two weeks ago, and these errors came up about a week ago, so maybe some changes on the internally used functionality caused this.
Fusl22 has joined #mlpack
< Shikhar> zoq: Ah, it seems that these tests were failing from the start.
< zoq> Shikhar: Right
< Shikhar> That's a bit weird considering that the tests were in fact passing.
Fusl22 has quit [Remote host closed the connection]
< Shikhar> zoq: Can you tell me the cmake configuration of the test bench, so that maybe I can reproduce the error?
< zoq> The build does use the default settings, so just 'cmake ..'
< zoq> Currently I run:
< zoq> while(true); do bin/mlpack_test -t RBMNetworkTest/BinaryRBMClassificationTest; sleep 1; done
< zoq> to see if I can reproduce the issue.
< Shikhar> zoq: Ok, lets' seeif I'm able to reproduce the error .
< zoq> Each run passed so far.
< zoq> Perhaps we should see if we could reproduce the issue if we build with gcc instead of clang.
< Shikhar> zoq: How is git-commit test different from docker mlpack nightly build?
< zoq> Shikhar: The test failed for the nighlty build as well, looks like the build only fails if the number of tests is > 2.
< zoq> But the nightly build tests different boost/armadillo versions.
< Shikhar> zoq: I checked through the code for BinaryRBM and its associated test. We only use the divide operation twice, that too on initialized integers, so my suspicion is that the error is occuring some place internally with the data we are passing.
< zoq> Shikhar: Agreed, the test code looks fine.
Shikhar has quit [Quit: Page closed]
Warped8 has joined #mlpack
Warped8 has quit [Remote host closed the connection]
nandub has joined #mlpack
nandub has quit [Remote host closed the connection]
cjlcarvalho has joined #mlpack
cjlcarvalho has quit [Ping timeout: 240 seconds]
kek918 has joined #mlpack
kek918 has quit [Remote host closed the connection]
vivekp has quit [Ping timeout: 240 seconds]
vivekp has joined #mlpack
ImQ009 has quit [Quit: Leaving]
TehNut has joined #mlpack
TehNut has quit [Remote host closed the connection]
blocked25 has joined #mlpack
blocked25 has quit [Ping timeout: 260 seconds]
< zoq> Shikhar: Wasn't able to reproduce the issue, any luck on your side? Also, do not forget to use another random seed for each run(math::RandomSeed(std::time(NULL));).
cjlcarvalho has joined #mlpack
cjlcarvalho has quit [Quit: Konversation terminated!]
vivekp has quit [Read error: Connection reset by peer]
vivekp has joined #mlpack