ベストプラクティス
TensorBoard
2026/07/3088362の閲覧数
Default Opening Method
TensorBoard is pre-installed on WebCal instances. Simply save your TensorBoard event files to the /root/tf-logs/ directory (if you wish to use a different logs folder, see the section below on changing the directory), or copy event files saved to other locations to this directory, and then use TensorBoard.
After launching the instance, locate the AutoPanel access point:


Switch the TF logs directory
If you want to use a different logs directory, you can manually start another instance of TensorBoard:
首先结束默认启动的TensorBoard进程,执行命令:ps -ef | grep tensorboard | awk '{print $2}' | xargs kill -9
在终端中执行以下命令启动TensorBoard
$ tensorboard --port 6007 --logdir /path/to/your/tf-logs/direction
After startup, simply access TensorBoard again in AutoPanel.
