怎麼使用tensorboard視覺化

2021-10-03 20:14:49 字數 638 閱讀 8610

第一步:生成自己的檔案。

主要**為:

執行之後生成目錄中有:

第二步:開啟anoconda3的prompt。進行上訴檔案目錄,如下圖。

第三步:執行tensorboard.exe --logdir="你的路徑",回車,會出現乙個**。我這裡是http://desktop-mbrj8p3:6006/。你們要看自己生成的。

存在的問題,沒有其他的顯示,目前研究中。另外一種方法,在pycharm中右鍵開啟open in terminal。然後在命令列中輸入tensorboard --logdir=logs即可獲取tensorboard 1.15.0 at http://desktop-mbrj8p3:6006/ (press ctrl+c to quit)。

即可觀察結構。

後續會繼續優化!不喜勿噴謝謝!

如何使用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 r...

無法使用tensorboard

win10 tensorflow gpu1.13.1 無法使用tensorboard,幾乎什麼方法都試過了。在cmd中輸入命令時可以獲得進入tensorboard的鏈結位址,但是放到瀏覽器上就是打不開 除ie以外,主流瀏覽器基本都嘗試過 其實這個版本的tensorflow我之前也用過,之前是可以開啟...

tensorboard使用理解

前段時間第一次接觸tensorboard,網上教程也很簡單易懂。如果伺服器 linux 有多個節點 node 就得注意一點。首先 伺服器端啟動tensorboard服務端 tensorboard logdir path to log directory伺服器端是linux命令列介面,檢視圖形只能從本...