标签:kill flow can process get bsp 问题 art hang
1. sess.run() hangs when called / sess.run() get stuck / freeze that ctrl+c can‘t kill process
解决:
1 coord = tf.train.Coordinator() 2 threads = tf.train.start_queue_runners(sess=sess,coord=coord)
标签:kill flow can process get bsp 问题 art hang
原文地址:http://www.cnblogs.com/lainey/p/7993173.html