tensorflow running error with cublas

后端 未结 6 938
無奈伤痛
無奈伤痛 2020-12-16 04:24

when I successfully install tensorflow on cluster, I immediately running mnist demo to check if it\'s going well, but here I came up with a problem. I don\'t know what is th

6条回答
  •  北海茫月
    2020-12-16 04:39

    Make sure to use sess.close() between each session to free the resources otherwise you'll have to kill the process in the task manager

提交回复
热议问题