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
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
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