Konstantin Shmelkov

Results 3 issues of Konstantin Shmelkov

Hello, I noticed a number of CTC implementations in pure Theano and even Lasagne adaptation: https://github.com/skaae/Lasagne-CTC Although it needs some fixes to be compatible with RNN API recently merged. Are...

I have just read MSR report on winning ImageNet 152-layers network: http://arxiv.org/abs/1512.03385 I suggest to discuss how to implement residual blocks flexibly in Lasagne. For those who don't have time...

Hello, In `resnet.py:283` you use `FC_WEIGHT_STDDEV` even for weight decay which looks wrong for me. Probably just a copy-paste bug.