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

Problem in restoring the checkpoint #60

Open
Yutasq opened this issue Jul 16, 2019 · 1 comment
Open

Problem in restoring the checkpoint #60

Yutasq opened this issue Jul 16, 2019 · 1 comment

Comments

@Yutasq
Copy link

Yutasq commented Jul 16, 2019

Thank you for posting the code. May I ask is that right to use the "...--sample -load 100000" to get the prediction results of iteration 100000? When I want to restore the checkpoint of 100000 or 95000 or others, it seems that they always return the same results with the last checkpoint 100000. And I find the problem occur in line 108 in translate.py. Should it be changed to "model.saver.restore(session, ckpt_name)" so that each time it can return the loaded iteration instead of the last checkpoint, or indeed I feed in a wrong argument?

@una-dinosauria
Copy link
Owner

Hi! I think this has been reported before: una-dinosauria/3d-pose-baseline#66

Please feel free to submit a PR if you know the fix.

Cheers,

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

2 participants