deepgram / kur

Descriptive Deep Learning
Apache License 2.0
814 stars 107 forks source link

UnboundLocalError: local variable 'status' referenced before assignment #52

Closed greatken999 closed 7 years ago

greatken999 commented 7 years ago

error info: Exception ignored in: <bound method BaseSession.del of <tensorflow.python.client.session.Session object at 0x2aeb78884a90>> Traceback (most recent call last): File "/usr/local/lib/python3.5/dist-packages/tensorflow/python/client/session.py", line 582, in del UnboundLocalError: local variable 'status' referenced before assignment

kur version 0.5.1

antho-rousseau commented 7 years ago

Hi @greatken999, IIRC this is a Tensorflow bug which has been corrected recently. Please try to update your Tensorflow installation.

ajsyp commented 7 years ago

Yep, @antho-rousseau is right. See tensorflow/tensorflow#3388 for details. However, it is entirely benign and won't affect any of your training / testing / inference.