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

Export pre-trained model using ONNX #31

Open
btreeby opened this issue Dec 8, 2022 · 1 comment
Open

Export pre-trained model using ONNX #31

btreeby opened this issue Dec 8, 2022 · 1 comment

Comments

@btreeby
Copy link
Member

btreeby commented Dec 8, 2022

Explore exporting the pre-trained model using the Open Neural Network Exchange (ONNX) format. This could then be imported into, e.g., MATLAB so the model can be directly run. One possible complication is the use of the FFT within the residual calculation, which may not be supported.

@astanziola
Copy link
Member

Should be OK to export modules with FFTs: onnx/onnx#3741

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

2 participants