My run's state is `crashed` on the UI but is still running on my machine. What do I do to get my data back?
less than a minute
You likely lost connection to your machine during training. Recover data by running wandb sync [PATH_TO_RUN]
. The path to your run is a folder in your wandb
directory that matches the Run ID of the ongoing run.
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.