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

Add graceful restore #6

Open
eywalker opened this issue Apr 24, 2017 · 0 comments
Open

Add graceful restore #6

eywalker opened this issue Apr 24, 2017 · 0 comments
Assignees

Comments

@eywalker
Copy link
Member

Currently when you try to restore the content of the checkpoint, it will try to restore every variable defined in the current graph. If the checkpoint file is missing some of the variable present in the current graph, then the restore will fail. Although this is the expected behavior and works fine, sometimes you want to restore some variables from a different graph. To make this process easier, we should add "graceful" restore where we only restore variables in the graph if it is present in the checkpoint.

@eywalker eywalker self-assigned this Apr 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant