Category "wandb"

Wandb line plots only show bar charts after refresh

My weights and biases (wandb) panels (e.g. for loss) shortly show line plots (x: steps, y: loss), then refresh (showing a spinner for some time) and then only s

How does one save a plot in wandb with wandb.log?

I'm trying to save a plot with wandb.log. Their docs say to do: wandb.log({"chart": plt}) but this fails for me. I get two errors, 1st error (when I do NOT