Module 'tensorboard.util' has no attribute 'persistent op evaluator'
I just installed my tensorboard, but now I get this error when I try to run something.
AttributeError: module 'tensorboard.util' has no attribute 'PersistentOpEvaluator'
I just installed my tensorboard, but now I get this error when I try to run something.
AttributeError: module 'tensorboard.util' has no attribute 'PersistentOpEvaluator'
If you have installed tf-nightly in the same place, then you might have something like this. install tensorboard with sepcific version or you can do:
pip uninstall tensorbaord
pip install tensorbaord==1.12
I got this issue as well, but removing and reinstalling it helped me. I recommend to do this simple steps
pip uninstall tensorflow
pip uninstall tensorflow-gpu
pip uninstall tensorboard