Open Puiching-Memory opened 3 months ago
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:
https://github.com/SwanHubX/SwanLab/issues/360 https://github.com/SwanHubX/SwanLab/issues/166
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 {}
我比较好奇,这个功能的主要用途在于什么地方呢?我没有太理解
🤪 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