-
Notifications
You must be signed in to change notification settings - Fork 143
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
ValueError: Asked to load checkpoint 10000, but it does not seem to exist #48
Comments
What does the folder PS. Please do not post images of text. Just copy the text. |
Weird. The checkpoint is definitely there. Not sure what is going on -- I suggest you try to figure out why this line human-motion-prediction/src/translate.py Line 96 in c9a2774
returns Another suggestion is to just use linux -- it's free! :) |
Thank you for your quick response, there's so many files before
|
The path looks good to me. Like I said, you should debug why that line returns False. Hints: use a debugger; use Google. I'm sorry I can't help you further since this is pretty specific to your machine and OS. Cheers, |
I fixed the issue by telling the file path. |
When I run python src/translate.py --action walking --seq_length_out 25 --iterations 10000 --sample --load 10000 after training I get the following error
The text was updated successfully, but these errors were encountered: