How to resolve this?
Vishwanathts01 opened this issue · 2 comments
Vishwanathts01 commented
num_samples = int(nest.flatten(data)[0].shape[0])
AttributeError: 'threadsafe_iter' object has no attribute 'shape'
sherlockholmes211 commented
num_samples = int(nest.flatten(data)[0].shape[0]) AttributeError: 'threadsafe_iter' object has no attribute 'shape'
Hi, I also got the same error, have you resolved it now?
chaowentao commented
I fixed the problem. downgrade the tensorflow-gpu=1.10. You can try it.
conda install tensorflow-gpu=1.10