I am using teacher_force with tensorflow backend. But it failed when fit function called.
when using theano as backend, my source code worked.
my condition is as followeing.
Keras 2.0.6
tensorflow 1.2.1
theano 0.10.0b1
InvalidArgumentError: The node 'decoder_model/while_1/Variable_1/Assign' has inputs from different frames. The input 'decoder_model/while_1/Const_1' is in frame 'decoder_model/while_1/decoder_model/while_1/'. The input 'decoder_model/while_1/Variable_1' is in frame ''.
hey. i got the same error (with TF as the backend) using the exact example provided in the "teacher_force" documentation. please @farizrahman4u , fix asap. thanks!
I am using teacher_force with tensorflow backend. But it failed when fit function called. when using theano as backend, my source code worked. my condition is as followeing. Keras 2.0.6 tensorflow 1.2.1 theano 0.10.0b1
and my minimal code is like below.
error is like this.
Is this bag? or is there wrong point on my code?