Tensorboard on Windows: 404 _traceDataUrl error -
on windows when execute:
c:\python35\scripts\tensorboard --logdir=c:\users\kevin\documents\dev\deadpool\tensorflow-segnet\logs
and web browse http://localhost:6006 first time redirected http://localhost:6006/[[_tracedataurl]] , command prompt messages:
w0913 14:32:25.401402 reloader tf_logging.py:86] found more 1 graph event per run, or there metagraph containing graph_def, 1 or more graph events. overwriting graph newest event. w0913 14:32:25.417002 reloader tf_logging.py:86] found more 1 metagraph event per run. overwriting metagraph newest event. w0913 14:32:36.446222 thread-2 application.py:241] path /[[_tracedataurl]] not found, sending 404
when try http://localhost:6006 again, tensorboard takes long time presents 404 message again time displays blank web page.
logs directory:
checkpoint events.out.tfevents.1504911606.ltiip82 events.out.tfevents.1504912739.ltiip82 model.ckpt-194000.data-00000-of-00001 model.ckpt-194000.index model.ckpt-194000.meta
why getting redirected , 404ed?
i'am having exact same error. maybe because of this issue. try change env-variable --logdir=foo:c:\users\kevin\documents\dev\deadpool\tensorflow-segnet\logs.
hope helps.
Comments
Post a Comment