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