-
Notifications
You must be signed in to change notification settings - Fork 14
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
How should I get “result.pt“? #31
Comments
Hi,have you solved the issue? I have met the same problem. |
I have solved it. When you run the "eval.py", you should add a line of code in the end such as "torch.save(result, result.pt)" . |
thanks a lot! I'll have a try. |
"Hello, I encountered an issue with mismatched keys while running eval.py. Have you ever come across this problem?" |
hi,I also met this question,have you sloved? |
May I ask how to solve this issue: when running /dex_generation/tests/visualize_result.py, I need result.pt, but when I run evaluate.py, the final result does not generate the “result.pt“ file?
The text was updated successfully, but these errors were encountered: