and then I kill my wandb run early in the terminal. Unfortunately the metric “train-loss” and “best_accuracy” is not logged in the table in wandb. The plots are available. It seems that summary metrics aren’t. Does anyone know how I can fix this? For early prototyping, I kill jobs quite often.
How are you killing your jobs? If you are using something like a KeyboardInterrupt, I would recommend using something like a try/except block to enclose your code, and have a call to wandb.finish() in your except block.
Calling wandb.finish() starts a cleanup process for the run and makes sure all the data from your run gets synced.
We wanted to follow up with you regarding your support request as we have not heard back from you. Please let us know if we can be of further assistance or if your issue has been resolved.