jsb

Results 2 comments of jsb

@zackchase As far I understood, the terminology can be confusing. However, what @ScottMackay2 writes makes sense to me from the code and implementation point of view of unrolling the LSTM...

I have the same issues. Without touching any data, even the simplest instantiation of the class M2M_RNN doesn't work out of the box. `rnn = M2M_RNN(num_input=13, num_hidden=64, num_output=128, clip_at=0.0)` or...