2022/4/29

tensorboard

tensorboard 看起來就是提供log 分析跟training status 的 process。
提供一些 framework 的 libary,加入 training code 中。
輸出需要的資料。

另外,也可以分析 training 的 log。

使用方法就是...
tensorboard --host 0.0.0.0 --logdir ./logs/fit/
這樣 指定bind 的 ip,和告訴他 training log 的 path

他就會 run 起來,在 port 6006 提供服務(http server)。一直到 Ctrl-C 中斷為止。

沒有留言:

張貼留言