-
Notifications
You must be signed in to change notification settings - Fork 4
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
Nice! #1
Comments
Hi, what a nice coincidence :) Conversion script goes like this:
Where
This is because the onnx doesn't like the fourier transform operations (stft, istft)... Altho there should be support for stft in new versions of onnx and istft is probably coming sometime in the future onnx/onnx#4777 |
Someone has released this https://github.com/mush42/istft-onnx to give us i/stft functions in onnx, going to give this a try |
That's really cool |
@skeskinen just wanted to thank you for the project. I have used the code from your project and onnx file in my personal project here. It's a work in progress but wanted to share and let you know. |
@Choiyounsou You look at what the original code is doing and get the model weights and code only for the denoiser parts. @imomin Nice, cool |
Do we plan to release a C/C++ version resample-enhance model? Thanks |
Was just checking to see if an ONNX model had been made for this. Saw a post on audacity forums. Released yesterday. How cool. Thank you!
Do you have the conversion scripts by chance?
The text was updated successfully, but these errors were encountered: