Wednesday 18 October 2017

how to start tensorboard

$pip install tensorflow-tensorboard

$which tensorboard

#if it shows then it is installed

$tensorboard --logdir '<location of your graph file till the folder not the file name>'

open http://localhost:6006/ on a web browser




No comments:

Post a Comment