You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for creating and sharing this fabulous tool!
Is your feature request related to a problem? Please describe.
Ex. I'm always frustrated when Visdom crashed and all my data lost. current solutions call vis.save to create json snapshots but this sounds expensive.
Describe the solution you'd like
Automatically saving env data to disk on a incremental basis.. when I call vis.scatter to create a plot, the server writes the received data
immediately to disk.
alternatively, server caches data on a periodically basis.
open to discuss whether it should be immediate or periodic
Describe alternatives you've considered
Not sure what's the best impl yet.
The text was updated successfully, but these errors were encountered:
shouldsee
changed the title
refactoring the data model to enable automatical saving
[Feature]refactoring the data model to enable automatical saving
Sep 1, 2022
shouldsee
changed the title
[Feature]refactoring the data model to enable automatical saving
[Feature]automatic saving
Sep 1, 2022
Hi @shouldsee - you may be interested in the log_to_filename argument, which automatically logs all outgoing plots to a file such that the log can be replayed later if the server crashes.
Hi @shouldsee - you may be interested in the log_to_filename argument, which automatically logs all outgoing plots to a file such that the log can be replayed later if the server crashes.
Sounds cool. This is essentially a transaction log stored to the file. I am more interested in the stateful persistent storage.
Dear author,
Thank you for creating and sharing this fabulous tool!
Is your feature request related to a problem? Please describe.
Ex. I'm always frustrated when Visdom crashed and all my data lost. current solutions call
vis.save
to create json snapshots but this sounds expensive.Describe the solution you'd like
vis.scatter
to create a plot, the server writes the received dataimmediately to disk.
Describe alternatives you've considered
Not sure what's the best impl yet.
The text was updated successfully, but these errors were encountered: