Windows 10 中tensorboard出现No dashboards are active for the current data set.的解决方法

Windows 10 中tensorboard出现No dashboards are active for the current data set.的解决方法

问题提要

今天在学习tensorflow时初次调用tensorboard,莫名奇妙出现No dashboards are active for the current data set.错误。确认目录已经输入正确,但使用的是相对目录。

在这里插入图片描述

我的配置

  1. Windows 10 家庭中文版(64位)
  2. I7 8750H@2.2GHz
  3. 16G DDR4
  4. GTX1050ti(4G)
  5. python3.5+tensorflow_gpu-1.4.0
  6. CUDA8.0+CUDNN6.0

问题解决

怀疑是windows 10 cmd下读相对路径于tensorboard版本兼容问题,将相对路径改为绝对路径,问题解决。
具体操作:
修改前:
cd C:\Users\DELL\Desktop\Deep-Learning-21-Examples-master\Deep-Learning-21-Examples-master\chapter_3\slim
tensorboard --logdir \satellite\train_dir

修改后: tensorboard --logdir C:\Users\DELL\Desktop\Deep-Learning-21-Examples-master\Deep-Learning-21-Examples-master\chapter_3\slim\satellite\train_dir

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值