sdatkinson / neural-amp-modeler

Neural network emulator for guitar amplifiers.
MIT License
1.87k stars 150 forks source link

[BREAKING] Remove ONNX demo #497

Closed sdatkinson closed 1 month ago

sdatkinson commented 1 month ago

I don't intend to support ONNX for the LSTM since I don't see a path forward with ONNX to supporting models with non-trivial receptive fields like the WaveNet model. If ONNX show interest in supporting real-time audio applications, I may take it back, but there's enough that's different about implementing for RTA that I don't see them picking it up--most ML compute is optimized for large-batch, high-latency applications.