You missed the peephole weights (one from the cell state to each gate unit, i.e....
You can just add dummy targets (e.g., zeros) of the right size (one integer per frame...
I'm using it with CUDA 6.5. You need to apply a small patch in order to get best...
Hi Alex, The outputs of the bidirectional layer are the concatenation of the activations...
The input layer has no weights, thus the learning rate has no effect. Conceptually,...
I cannot reproduce this bug, sorry. If I insert "learningRate": 0 as a member into...
The targetStrings variable is not required, and in fact it has no effect in CURRENNT....
A BLSTM layer consists of 2 LSTM layers of the same size, i.e., a BLSTM of size N...