MonoGRNet
MonoGRNet copied to clipboard
error: Skipping cancelled enqueue attempt with queue not closed
Hi, I get an error when I trying to run train.py.
2019-11-20 10:09:18.954167: W tensorflow/core/kernels/queue_base.cc:277] _0_Queues/fifo_queue: Skipping cancelled enqueue attempt with queue not closed
How can I avoid this problem? thank you.
Hi, thanks for your interest. I didn't encountered this problem before. But I would suggest you to re-create a clean Python environment with Python2.7 and follow the setup guidance of this repo (just run setup.py
)
thank you