小白刚接触tensorflow,想用tensorboard将网络可视化,但在cmd输入tensorboard时报错:'tensorflow.python.estimator.api.estimator' has no attribute 'SessionRunHook'
装有:
tensorflow1.14.0
tensorboard1.14.0
tensorflow-estimator1.14.0
用pip list命令检查一下你的tensorboard和tensorflow的版本是不是真的一致。不行就升级到1.16试下
https://blog.csdn.net/github_39611196/article/details/80874470
https://www.cnblogs.com/wy-blogs/p/10490251.html