1. 程式人生 > >tenserflow中board視覺化問題

tenserflow中board視覺化問題

1.  cmd 中實現快速複製的方法:

在cmd上方,選擇屬性----快速編輯模式打鉤。

滑鼠左鍵選中,然後點選一下右鍵,在想貼上的位置再點一下滑鼠右鍵即完成貼上功能。

進入D盤:C:\Users\Administrator.xichen-PC>D:  

進入E盤某一資料夾: E:\>cd 資料夾路徑

      
2. windows7 下實現TensorFlow中board的視覺化:

首先將生成的log檔案儲存在一個容易找到的資料夾中,假設該檔案存放的路徑為C:\Users\Administrator.xichen-PC\Desktop\AA\BB,實現這句話的語句為

sess = tf.Session()
writer = tf.summary.FileWriter('C:/Users/Administrator.xichen-PC/Desktop/AA/BB', sess.graph)

則先將路徑改到AA資料夾: C:\Users\Administrator.xichen-PC>cd Desktop\AA

然後執行:C:\Users\Administrator.xichen-PC\Desktop\AA>tensorboard --logdir=BB
這樣就會出現:  Starting TensorBoard b'47' at http://0.0.0.0:6006
輸入http://0.0.0.0:6006進行訪問,出現無法訪問提示

嘗試在在Chrome中訪問 :http://localhost:6006 即可