0. 已经安装了Tensorflow和下载了github上的tf源码
1. 运行一个训练程序
python tensorflow/examples/tutorials/mnist/mnist_with_summaries.py
2.启动tensorboard
tensorboard --logdir= /tmp/
3.浏览器中查看
firefox http://t430:6006