我在 Windows 上使用 Github,我已經(jīng)安裝了 Anaconda 和 tensorflow。我想打開 Tensorboard。在https://itnext.io/how-to-use-tensorboard-5d82f8654496之后,我輸入tensorboard --logdir="./graphs"但是除了提示“TensorBoard 1.12.2 at http://DESKTOP-VSHNRU0:6006 (Press CTRL+C to quit)”外沒有任何提示
2 回答
POPMUISE
TA貢獻(xiàn)1765條經(jīng)驗(yàn) 獲得超5個(gè)贊
就我在 Anaconda 終端的情況而言:
conda activate "your Tensorflow Environment with the installed Tensorboard"
python -m tensorboard.main --logdir=C:\Users\Admin\Documents\TensorFlow\workspace\training_demo\training
然后,http://localhost:6006/#scalars在瀏覽器中打開。
慕姐4208626
TA貢獻(xiàn)1852條經(jīng)驗(yàn) 獲得超7個(gè)贊
您是否嘗試打開瀏覽器并轉(zhuǎn)到http://DESKTOP-VSHNRU0:6006網(wǎng)頁?也許更好http://localhost:6006?
添加回答
舉報(bào)
0/150
提交
取消
