Conversation
CNN/cnnff.m
Outdated
There was a problem hiding this comment.
please calculate ones(xscale, yscale) / (xscale*yscale) in cnnsetup, put it in the net somewhere (net._meanFilter or similar), use that and remove the comment to replace with var
Moved the averaging filter definition from cnnff to cnnsetup. Now it is computed only once, during the net setup.
|
Funky.. #76 implements non-square kernels. Did you guys coordinate? Anyway, same comments apply. Sorry about the extra feedback btw. I was really busy last time I reviewed. |
|
Any updates on this? |
|
Hi guys, I believe this is already working in a branch of my clone of the repo. Let On 11 May 2014 10:01, Rasmus Berg Palm notifications@github.com wrote:
José Pablo Alberto Andreotti. |
|
What's the status? |
Really simple change to allow the dimensions of the input to be different. In this way, one of the dimensions can be seen as time, so you can build a TDNN(time delay neural network) to work with speech signals.