Skip to content

[REQUEST] 转换Tensorboard日志文件到SwanLab #437

@Zeyi-Lin

Description

@Zeyi-Lin

支持转换Tensorboard日志文件(即tfevent文件)

转换方式1 - python脚本内转换:

from swanlab.converter import TFBConverter

tfb_converter = TFBConverter(logdir="...")  # 这里也可以填一些project等参数
tfb_converter.run()

转换方式2 - 命令行:

swanlab convert --logdir [LOGDIR] --type tensorboard

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions