ChatGPT said:
For Completed Runs:
- If you have a completed run with TensorBoard logs and want to load it into ClearML after the fact, the process isn't as straightforward. ClearML is designed to capture and log data during the run when integrated with the script.
- However, one workaround is to create a new script that initializes a ClearML task and then manually logs each TensorBoard entry to ClearML using ClearML's logging methods. You'd need to parse the TensorBoard logs manually and then log them using ClearML's API, which can be a bit involved.
Any other ideas?
I think ChatGPT is correct in this case 🙂