简体   繁体   English

tensorflow tensorboard摘要示例

[英]tensorflow tensorboard summaries example

I'm trying to open a tensorboard using the example code . 我正在尝试使用示例代码打开张量板。 I ran the example locally and then tried to open in tensorboard using the following command tensorboard --logdir=F:\\mnist_tmp\\tensorflow\\mnist\\logs\\mnist_with_summaries\\ . 我在本地运行该示例,然后尝试使用以下命令tensorboard --logdir=F:\\mnist_tmp\\tensorflow\\mnist\\logs\\mnist_with_summaries\\

Tensorboard starts, however I am not able to see any data ie, scalars, graphs, or histograms. Tensorboard启动,但是我看不到任何数据,例如标量,图形或直方图。

Below is a picture of what I see when I open tensorflow. 下面是打开tensorflow时看到的图片。 If I click on the other tabs I get a similar text dialog. 如果单击其他选项卡,则会出现类似的文本对话框。 Tensorflow摘要问题

Don't use '' to brace the dir , just use the 不要使用''来支撑目录,而只需使用
tensorboard --logdir=dir
if you use the win10 System Operation 如果使用win10系统操作

我的问题是我的日志logdir包含F:但是tensorflow 使用冒号作为分隔符 ,这是一个已知的错误。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM