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?
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.
Most helpful comment
Could you remove the equals sign and just use
? Does that work?