TensorFlow入門教程(六):tensorboard可視化

tensorboard即一種可視化工具,可以形象的觀看網絡結構,使用起來也非常方便,即將想要展示的內容放在with tf.name_scope(''):下面即可,「 」中填入結構名稱。 代碼如下: import tensorflow as tf from tensorflow.examples.tutorials.mnist import input_data # 載入數據集 mnist = i
相關文章
相關標籤/搜索