Tensorboard可视化

Tensorboard可以将我们搭建的神经网络可视化,下面为大家介绍如何利用tensorboard可视化我们所搭建的模型。 测试代码: import tensorflow as tf with tf.name_scope('graph') as scope: matrix1 = tf.constant([[3., 3.]],name ='matrix1') #1 row by 2 c
相关文章
相关标签/搜索