如何使用tensorboard

知道如何启动tensorboard后,就该了解一下怎么使用它。 1. 运行python示例,test.py import tensorflow as tf with tf.name_scope('graph') as scope:      matrix1 = tf.constant([[3., 3.]],name ='matrix1')  #1 row by 2 column      matr
相关文章
相关标签/搜索