You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: