tensorflow - TensorBoard Starting but not showing in Browser -


run code in cells 19 & 23 below import , pre-process data.

https://github.com/ageron/handson-ml/blob/master/09_up_and_running_with_tensorflow.ipynb

then lines 59-64 run solve linear least squares problem, whilst saving training data use tensorboard.

i use anaconda prompt directory log files kept:

i use anaconda prompt run: tensorboard --logdir=\tf_logs

it gives message starting tensorboard b'54' @ http://nw1:6006

but when try paste address browser doesn't work?

i've tried various combinations of absolute path names etc, nothing seems work. i've tried specifying host 127.0.0.1

tensorboard --logdir=\tf_logs --host=127.0.0.1

but nothing seems work! webpage blank.

i'm running windows 8.1
internet explorer 11
anaconda 3
python3.5
tensorflow 1.1

everything installed fresh today should date

tensorflow needs started same path log.

c:>tensorboard --logdir=e:\tmp\tensorflow\mnist\logs 

tensorflow start not detect logs.

e:>tensorboard --logdir=e:\tmp\tensorflow\mnist\logs 

tensorflow start perfectly.

please make sure launching tensorboard log path.

secondly, try launching : 127.0.0.1:6006 in browser.


Comments

Popular posts from this blog

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -

minify - Minimizing css files -