TensorBoard error:no dashboards are active for the current dataset -anaconda(一) -

tensorboard今天实验,我分别在anconda和pycharm下都实验过,window系统。两个都报错,如下图所示然后我就开始了两个填坑之路


TensorBoard error:no dashboards are active for the current dataset -anaconda(一) -_第1张图片

首先是anconda 环境下,

报错,我随便找一段代码然后执行传说是官网给的,有点长啊啊。这有个教程解释得还比较详细:tensorboard,辛苦他了。

代码具体可参考https://blog.csdn.net/jason19966/article/details/79041950

代码中倒数第三句,至关重要,将log_dir的值改为自己打算存放日志的文件夹。如图所示


TensorBoard error:no dashboards are active for the current dataset -anaconda(一) -_第2张图片

运行一遍代码,得到相关的文件,以我的为例,得到的文件如下:


TensorBoard error:no dashboards are active for the current dataset -anaconda(一) -_第3张图片

运行tensorboard

打开anaconda。进入如下图路径,点击小绿三角。打开terminal 

TensorBoard error:no dashboards are active for the current dataset -anaconda(一) -_第4张图片

切换路径 ,切换路径到前面那个log_dir文件夹内,如下图: 


TensorBoard error:no dashboards are active for the current dataset -anaconda(一) -_第5张图片

打开tensorboard。使用命令tensorboard --logdir=train。复制链接,到浏览器就可以啦。 

这里需要注意的是logdir =path path 不需要加引号  然后必须是event file 的父目录


欢迎大家加我的微信号15626034278,备注“”,或者我的微信公众号“爱因斯没有坦”, 大家一起交流学习,定时分享学习~

你可能感兴趣的:(TensorBoard error:no dashboards are active for the current dataset -anaconda(一) -)