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
File ~\anaconda3\lib\site-packages\tensorflow\python\training\input.py:171 in input_producer raise RuntimeError( RuntimeError: Input pipelines based on Queues are not supported when eager execution is enabled. Please use tf.data to ingest data into your model instead.
#8
Open
Fatimakais opened this issue
Jun 17, 2023
· 0 comments
File ~\anaconda3\lib\site-packages\tensorflow\python\training\input.py:171 in input_producer
raise RuntimeError(
RuntimeError: Input pipelines based on Queues are not supported when eager execution is enabled. Please use tf.data to ingest data into your model instead.
tf.contrib has been deprecated so I had to change multiple files.
Do you have any idea how to solve it?
thank you
The text was updated successfully, but these errors were encountered:
Fatimakais
changed the title
tf.contrib has been deprecated
File ~\anaconda3\lib\site-packages\tensorflow\python\training\input.py:171 in input_producer raise RuntimeError( RuntimeError: Input pipelines based on Queues are not supported when eager execution is enabled. Please use tf.data to ingest data into your model instead.
Jun 17, 2023
File ~\anaconda3\lib\site-packages\tensorflow\python\training\input.py:171 in input_producer
raise RuntimeError(
RuntimeError: Input pipelines based on Queues are not supported when eager execution is enabled. Please use tf.data to ingest data into your model instead.
tf.contrib has been deprecated so I had to change multiple files.
Do you have any idea how to solve it?
thank you
The text was updated successfully, but these errors were encountered: