Tensorflow is giving me this unresolved error:
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'
The error has been discussed here. The problem is it is not showing up consistently. However, it is showing up in my terminal frequently. Has anybody managed to get around it.Thanks.
You can run import gc; gc.collect()
in the end of your code.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With