when i use tensorboard in cmd with win10
D:\python document\tensorflow>tensorboard --logdir=D:\python document\tensorflow Starting TensorBoard b'47' at http://0.0.0.0:6006
But when i open the webpage,it shows
"dial tcp 0.0.0.0:6006: connectex: The requested address is not valid in its context."
and i tried localhost:6006 then,and it shows
"No scalar data was found."
so what should i do now
Refer to tensorflow issue#9701.
Run tensorboard --logdir=YOUR_LOG_DIR --host=127.0.0.1
in command prompt,
and type localhost:6006
in chrome, this works for me (Win10, anaconda4.3.16, python3.5.3, tensorflow1.1.0).