farizrahman4u / seq2seq

Sequence to Sequence Learning with Keras
GNU General Public License v2.0
3.17k stars 846 forks source link

TypeError: while_loop() got an unexpected keyword argument 'maximum_iterations' #258

Open starbaby01 opened 5 years ago

starbaby01 commented 5 years ago

TypeError: while_loop() got an unexpected keyword argument 'maximum_iterations'

Need to update python libs: keras->2.2+; numpy->1.8+; tensorflow->1.9(*)

cdhx commented 5 years ago

I solved this problem by this keras=2.1.2 tf=1.4.0