una-dinosauria/human-motion-prediction

Problem in restoring the checkpoint

Yutasq opened this issue · 1 comments

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?

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,