Damien Ronssin

Results 30 comments of Damien Ronssin

On my side, I managed to apply the weights of the [tfjs model](https://github.com/spotify/basic-pitch-ts/tree/main/model) (model used in the [basic-pitch website](https://basicpitch.spotify.com/)) to the keras model (created with `model()`). I did it by...

Hi! Thanks for pointing this out, this is definitely something I'd like to add to NeuralNote. I don't plan on adding CLAP support at the moment, and as you say,...

I can leave this open if you want, but note that I won't support NeuralNote on Linux via wine.

Hi, Thanks for the request. It's not on the roadmap at the moment but it would definitely be nice to have it. Contributions are welcome!

Contributions are welcome 🙂 The building process should be very similar to OSx.

Hey, thanks for the contribution! This looks great, I definitely want to merge this. However I don't have a lot of bandwidth at the moment, so it might take a...

@karimdjemai I encountered a similar error message on Windows recently when working with onnxruntime. The issue was that my executable was linking with the onnxruntime dynamic library available in my...

Yes the parameters handling is pretty messy at the moment. I plan on refactoring it in the future. At least I'd like to have the plugin state save and restore...

Hey @trirpi, Thanks for starting this. Is this already functional or still a work in progress? Couple comments on the coding style (sorry this should be documented in a `Contributing.md`...