如何使用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
相關文章
相關標籤/搜索