SwanLab
SwanLab copied to clipboard
[REQUEST] 转换Tensorboard日志文件到SwanLab
支持转换Tensorboard日志文件(即tfevent文件)
转换方式1 - python脚本内转换:
from swanlab.converter import TFBConverter
tfb_converter = TFBConverter(logdir="...") # 这里也可以填一些project等参数
tfb_converter.run()
转换方式2 - 命令行:
swanlab convert tensorboard --logdir="..."