Skip to content

swanlab convert

bash
swanlab convert [OPTIONS]
选项描述
-t, --type选择转换类型,可选tensorboardwandb,默认为tensorboard
-p, --project设置转换创建的SwanLab项目名,默认为None。
-w, --workspace设置SwanLab项目所在空间,默认为None。
-l, --logdir设置SwanLab项目的日志文件保存路径,默认为None。
--cloud设置SwanLab项目是否将日志上传到云端,默认为True。
--tb-logdir需要转换的Tensorboard日志文件路径(tfevent)
--wb-project需要转换的Wandb项目名
--wb-entity需要转换的Wandb项目所在实体
--wb-runid需要转换的Wandb Run的id

介绍

将其他日志工具的内容转换为SwanLab项目。
支持转换的工具包括:TensorboardWeights & Biases

使用案例

Tensorboard

集成-Tensorboard

Weights & Biases

集成-Weights & Biases