We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, quick question,
I noticed that you saved the pytorch weights for joint network and prediction network, and then reloaded them manually using cpp.
Why did you choose this way instead of JIT the files and upload them using torchscript? Is your way faster or something?
Thanks, Wancong
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, quick question,
I noticed that you saved the pytorch weights for joint network and prediction network, and then reloaded them manually using cpp.
Why did you choose this way instead of JIT the files and upload them using torchscript? Is your way faster or something?
Thanks,
Wancong
The text was updated successfully, but these errors were encountered: