minar09 / PGN_tf

Part Grouping Network (PGN) implementation in TensorFlow, for custom parsing dataset
https://github.com/Engineering-Course/CIHP_PGN
MIT License
11 stars 6 forks source link

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 1 year ago

Fatimakais commented 1 year ago

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