$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
$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