brunohausmann

Results 2 comments of brunohausmann

Did you solve the problem? I have the same problem.

I changed: `rc = RecurrentContainer(input_length=input_length, unroll=unroll)` to `rc = RecurrentContainer(unroll=unroll, input_shape=(input_length, dim))` This solved the problem.