You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AttributeError: module 'tensorflow._api.v2.train' has no attribute 'slice_input_producer'
I've seen several people here post about this but have yet to see a solution. I've tried downgrading python, tensorflow, pip, everything. I've also tried tf.disable_v2_behavior() and import tensorflow.compat.v1 as tf, both of which did not help.
If anyone has a solution to this it'd be greatly appreciated.
The text was updated successfully, but these errors were encountered:
I have the same error but unfortunately I cant downgrade TensorFlow, because a lower version isn't supported by my GPU.
Does anybody now how to re-write this code?
I would very happy about any solutions.
AttributeError: module 'tensorflow._api.v2.train' has no attribute 'slice_input_producer'
I've seen several people here post about this but have yet to see a solution. I've tried downgrading python, tensorflow, pip, everything. I've also tried tf.disable_v2_behavior() and import tensorflow.compat.v1 as tf, both of which did not help.
If anyone has a solution to this it'd be greatly appreciated.
The text was updated successfully, but these errors were encountered: