SwanLab icon indicating copy to clipboard operation
SwanLab copied to clipboard

[BUG] Save it with `wanlab.log({"plot": swanlab.Image(plt)})` and load it all the time

Open Puiching-Memory opened this issue 6 months ago • 6 comments

I save a copy of the image at the end of each epoch using wanlab.log({"plot": swanlab.Image(plt)}) But the image part of the panel keeps saying "loading".

img_v3_02dj_e44e8b0e-9b79-4530-8d8e-846267e6160g

When I look at the request report, I find that plot is also refreshed once with each request. I guess the reason is that the image didn't load in such a short time and was interrupted by the next request.

Supplement: I am using ssh and port forwarding

Puiching-Memory avatar Aug 09 '24 04:08 Puiching-Memory