-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
I tried hundreds times of training the model with singleton.py, the processing always suspend at:
tf_loss, tf_global_step, _ = session.run([model.loss, model.global_step, model.train_op])

you see from the snapshot that the codes is ok to run but, is suspended at there.
After several debug, I will say the problem is located on the:
enqueue_thread = threading.Thread(target=_enqueue_loop)
since the process never get into the '_enqueue_loop()'.
Other word, the 'FIFOQueue' with 'thread' failed to schedule.
Help with this plz.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels