【发布时间】:2017-03-26 10:34:22
【问题描述】:
Tensorflow 给了我这个未解决的错误:
Exception ignored in: <bound method BaseSession.__del__ of <tensorflow.python.client.session.Session object at 0x7f68d14b6668>>
Traceback (most recent call last):
File "/opt/anaconda3/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 532, in __del__
AttributeError: 'NoneType' object has no attribute 'TF_DeleteStatus'
该错误已讨论here。问题是它没有始终如一地出现。但是,它经常出现在我的终端中。有没有人设法绕过它。谢谢。
【问题讨论】:
-
感谢您对 github 的评论。即将修复。
标签: python tensorflow keras