GazeML icon indicating copy to clipboard operation
GazeML copied to clipboard

Error on elg_train.py

Open KentaroOtomo opened this issue 6 years ago • 1 comments

I executed elg_train.py with 1000 Unity Eyes picture and .json files. But an error occurred.

tensorflow/core/kernels/queue_base.cc:277] _0_UnityEyes/random_shuffle_queue: Skipping cancelled enqueue attempt with queue not closed

Please tell me how to solve this error.

KentaroOtomo avatar Oct 17 '19 06:10 KentaroOtomo

You can ignore this message, it is printed because Python is killing threads while they are running as the process exits. check this https://stackoverflow.com/questions/38678371/tensorflow-enqueue-operation-was-cancelled

funkfuzz avatar Oct 30 '19 12:10 funkfuzz