2022/5/26

tensorboard in colab

在 colab 中使用 tensorboard,就是用 colab 的 shell command 啟動tensorboard ..
%load_ext tensorboard
...
...
%tensorboard --logdir {logdir} --reload_interval 1
之後,tensorboard render web page 就會 show 在colab 中,這一行code 的 output 區域中。
之後,任何得的 logdir 更新,都是在這個output section 中的 tensorboard web page 中,手動按下 "refresh" 來更新。

可以 run 這一個 keras example 看看。

沒有留言:

張貼留言