Hi, thanks for your work.
I've got error with tf 0.10.0 like this:
" File ".../Attention-OCR/src/model/model.py", line 164, in init
for old_value, new_value in cnn_model.model.updates:
File ".../site-packages/tensorflow/python/framework/ops.py", line 499, in iter
raise TypeError("'Tensor' object is not iterable.")
TypeError: 'Tensor' object is not iterable.
Is that probably the wrong version of tf or keras? Which version of tf and keras are support?
Hi, thanks for your work. I've got error with tf 0.10.0 like this: " File ".../Attention-OCR/src/model/model.py", line 164, in init for old_value, new_value in cnn_model.model.updates: File ".../site-packages/tensorflow/python/framework/ops.py", line 499, in iter raise TypeError("'Tensor' object is not iterable.") TypeError: 'Tensor' object is not iterable.
Is that probably the wrong version of tf or keras? Which version of tf and keras are support?