Open makseq opened 7 years ago
I had a similar issue using the recurrentshop package of the same author. I 'fixed' it by setting the keras backend to theano. Hope this helps! Tell me if it worked :)
Yes, theano works for me. But this lib (seq2seq) has a lot of troubles and I decide to use pure tensorflow instead.
Add 'unroll=True' on tensorflow backend
I try to run test.py/seq2seq with teacher forcing on tensorflow backend:
And I have this error:
Any ideas how to fix it?