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

How should I get “result.pt“? #31

Open
rather1015 opened this issue Jul 6, 2024 · 5 comments
Open

How should I get “result.pt“? #31

rather1015 opened this issue Jul 6, 2024 · 5 comments

Comments

@rather1015
Copy link

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?

@louxinxiang
Copy link

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?

Hi,have you solved the issue? I have met the same problem.

@rather1015
Copy link
Author

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?

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)" .

@louxinxiang
Copy link

thanks a lot! I'll have a try.

@jianguo-cmd
Copy link

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?

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)" .

"Hello, I encountered an issue with mismatched keys while running eval.py. Have you ever come across this problem?"

@longshot-pting
Copy link

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?

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)" .

"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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants