1、启动TensorBoard服务。
tensorboard -logdir=/tmp/tensorflow/mnist/logs/mnist_with_summaries
2、访问地址。
http://localhost:6006
3、运行测试用例。
//git 克隆项目git clone https://github.com/tensorflow/tensorflow//进入目录cd tensorflow/examples/tutorials/mnist///运行脚本python3.5 mnist_with_summaries.py