-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to store (or save) and resume a experiment window in envs you obtained after creation of a window? #737
Comments
The codes, train.py and utils.py which I used as sample codes are under https://github.com/noagarcia/visdom-tutorial. Sorry for confusion. |
Have you tried using |
I used the "save" button on the frontend . |
Alright, has anything been written to your |
Hey, dear JackUrb, |
I created a experiment window in environment " tutorial plot" by using sample codes, train.py and utils.py shown this https://github.com/facebookresearch/visdom/ and successfully obtained loss and accuracy curves on windows on browser. However, I have problem in how to store (or save) windows with created curves and resume them. Once I stop "$python visdom", the windows are gone and never show up again even if I start "$ python visdom". How should I do ? I reviewed https://github.com/facebookresearch/visdom#overview followed description under save to save windows under the name of "saved_data" but never restore them again. Screenshot at 2020-06-01 14-26-41
The text was updated successfully, but these errors were encountered: