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

Bug for inference #4

Open
v3551G opened this issue Jul 10, 2023 · 2 comments
Open

Bug for inference #4

v3551G opened this issue Jul 10, 2023 · 2 comments

Comments

@v3551G
Copy link

v3551G commented Jul 10, 2023

I don't know if you have tried it, but I have encountered a lot of problems in the process of converting it to ONNX format and reasoning, because the code contains a lot of custom operations, and so on

@ChristophReich1996
Copy link
Owner

Hi @v3551G, thanks for your interest in our code! Yes, converting to ONNX might be problematic, I never tried the conversion. While we utilize a custom CUDA implementation of the PAU, we also have a pure PyTorch implementation added as a fallback option (see). Maybe try to only import the PAU PyTorch implementation here. This might enable converting the model to ONNX. Let me know if this helps!

@hhuiwang
Copy link

hhuiwang commented Oct 7, 2024

+1

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

3 participants