Error
Traceback (most recent call last):
File "train_txt2im.py", line 453, in
I'm getting this error, don't know why? Please help
please report you TF and TL version
>>> import tensorflow as tf
>>> tf.__version__
'1.1.0'
>>> import tensorlayer as tl
>>> tl.__version__
'1.4.3'
Error Resolved.
What solved this issue? I am getting the same error running with same versions of tensorflow and tensorlayer