码迷,mamicode.com
首页 > 其他好文 > 详细

tensorflow常见问题

时间:2017-12-06 17:52:00      阅读:111      评论:0      收藏:0      [点我收藏+]

标签: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)

 

tensorflow常见问题

标签:kill   flow   can   process   get   bsp   问题   art   hang   

原文地址:http://www.cnblogs.com/lainey/p/7993173.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!