TensorFlow入门教程(六):tensorboard可视化

tensorboard即一种可视化工具,可以形象的观看网络结构,使用起来也非常方便,即将想要展示的内容放在with tf.name_scope(''):下面即可,“ ”中填入结构名称。 代码如下: import tensorflow as tf from tensorflow.examples.tutorials.mnist import input_data # 载入数据集 mnist = i
相关文章
相关标签/搜索