Skip to content
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

Open
sekigh opened this issue Jun 1, 2020 · 5 comments

Comments

@sekigh
Copy link

sekigh commented Jun 1, 2020

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

@sekigh
Copy link
Author

sekigh commented Jun 1, 2020

The codes, train.py and utils.py which I used as sample codes are under https://github.com/noagarcia/visdom-tutorial. Sorry for confusion.

@JackUrb
Copy link
Contributor

JackUrb commented Jun 1, 2020

Have you tried using vis.save or using the save button on the frontend (the folder icon closest to your environment name)?

@sekigh
Copy link
Author

sekigh commented Jun 2, 2020

I used the "save" button on the frontend .

@JackUrb
Copy link
Contributor

JackUrb commented Jun 2, 2020

Alright, has anything been written to your ~/.visdom/ directory?

@BotMan-Sz
Copy link

BotMan-Sz commented Jul 3, 2024

Hey, dear JackUrb,
If i have saved a environment in my ~ /.visom/ env_name.json file, can i restore it in the webpage when i closed my env_name environment in my webpage? I know i can restore my environment from the log file assigned as visdom_log_name log file when i start my visdom.Visdom object. But how can i reload the json file to the webpage, i didn't found the correponding functions yet, please help me~ thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants