遠程服務器上使用Tensorboard

1.代碼中加入: python2: writer = tf.train.SummaryWriter('logs/', sess.graph) python3: writer = tf.summary.FileWriter("logs/",sess.graph) tensorboard會在logs目錄下新建許多關於計算圖的文件。 舉例: import tensorflow as tf a = tf
相關文章
相關標籤/搜索