Philemon Brakel

Results 7 comments of Philemon Brakel

Hey Ken Kim, I'm not sure about the error you got with Mohammad's example. It could be an issue related to the latest versions of blocks and fuel. I will...

Hey @skaae, More tests are always nice and if you find bugs please let us know! First of all, not all the functions in my version of the code might...

Hey Søren, While the pseudo cost is not the same as the CTC cost, it should have the same gradient and already does the multiplication with the outputs internally so...

Hey @Richi91, I just wrote an explanation of what `pseudo_cost` is supposed to do at https://github.com/skaae/Lasagne-CTC/issues/1#issuecomment-131961336 . What it boils down to is that the `pseudo_cost` should have the same...

Hey, sorry for the unclear comment. I think I wrote that more as a note to myself somehow and it refers to the fact that I feared the gradient might...

I remember some implementations of it being more reliable than others. The one taking indices seems more stable than the one that expects one-hot coding if I remember correctly. The...

Hi, I didn't implement saving and loading of trained parameters because training was always very quick for the experiments I did. It should be fairly easy to add using the...