本帖最后由 keer_zu 于 2019-1-7 16:23 编辑
@gaoyang9992006 @yyy71cj
启动tensorboard例子:
1. 下载tensorflow,运行程序:tensorflow/tensorflow/examples/tutorials/mnist/mnist_with_summaries.py
git clone https://github.com/tensorflow/tensorflow.git
cd tensorflow/tensorflow/example/tutorials/mnist
python mnist_with_summaries.py
执行完毕之后,运行tensorboard:
tensorboard --logdir=/tmp/tensorflow/mnist
在本地浏览器打开:http://localhost.localdomain:6006/#scalars
可以看到以下内容:
|