tensorboard显示问题的解决No dashboards are active for the current data set和TensorFlow installation not foun

一、问题No dashboards are active for the current data set.

之前是:
tensorboard --logdir=dqn
显示No dashboards are active for the current data set.的问题
后来按照要求在后面加了:–bind_all
最后的输入也就是:
tensorboard --logdir=dqn --bind_all
成功了,按照链接打开就行

tensorboard显示问题的解决No dashboards are active for the current data set和TensorFlow installation not foun_第1张图片

二、问题TensorFlow installation not found

我这里的原因是tensorboard后面空了两格,导致无法启动,所以要检查清楚。

以上是自己的一些小总结。

你可能感兴趣的:(人工智能,强化学习,python,人工智能,python,linux)