fossasia / visdom

A flexible tool for creating, organizing, and sharing visualizations of live, rich data. Supports Torch and Numpy.
Apache License 2.0
9.93k stars 1.13k forks source link

How to save image without clicking in my browers #933

Open denghilbert opened 1 month ago

denghilbert commented 1 month ago

I am using Visdom to visualize something and I use vis._send to send data and visulize with my chrome. I wonder if it is possible to directly save from code instead of using screenshot buton?

image