Tensorboard: why no graph show?

Created on 31 Oct 2017  路  3Comments  路  Source: tensorflow/tensorboard

my tensorboard log file in /home/weng/tensorboard/log
and i cd : /home/wang/tensorboard
command: tensorboard --logdir = log/
and not error show,and open the url , not graph shows?

support

Most helpful comment

Could you remove the equals sign and just use

tensorboard --logdir log

? Does that work?

All 3 comments

Could you remove the equals sign and just use

tensorboard --logdir log

? Does that work?

it work! thanks

Glad the problem was resolved. I'm going to close this one out now.

Was this page helpful?
0 / 5 - 0 ratings