SwanHubX / SwanLab

⚡️SwanLab: your ML experiment notebook. 你的AI实验笔记本,日志记录与可视化AI训练全流程。
https://swanlab.cn?utm_source=github_description-hompage
Apache License 2.0
535 stars 49 forks source link

[ADVICE] Support log export #675

Open Puiching-Memory opened 3 months ago

Puiching-Memory commented 3 months ago

🤪 Features description [Please make everyone to understand it]

The plan will support exports in the following formats:

After exporting, we can provide compression in the following formats:

Of course, we also need the ability to load the exported logs back:

👍 What problem does this feature solve

https://github.com/SwanHubX/SwanLab/issues/360 https://github.com/SwanHubX/SwanLab/issues/166

👾 What does the proposed API look like

swanlab.export(log_path,format,using_zip)
swanlab.import(log_file,save_path)

cil

swanlab export --log_path {} --format {} --using_zip {}
swanlab import --log_file {} --save_path {}
SAKURA-CAT commented 3 months ago

我比较好奇,这个功能的主要用途在于什么地方呢?我没有太理解