简体   繁体   中英

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 starts, however I am not able to see any data ie, scalars, graphs, or histograms.

Below is a picture of what I see when I open 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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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