RTNeural
RTNeural copied to clipboard
Real-time neural network inferencing
Anyway to use the model with bfloat16 data type?
Hi Thanks for this nice engine. It's very lightweight in DSP load. I've integrated RTNeural as submodule into guitarix now allowing to load json or aidax files into the modeler....
I wonder is any benchmark results could be published so that when testing the libray we can get a comparison is ebverything is running ok? When ikind of result would...
Now it seems that RTNeural as built from BYOD 1.3, require to download something. And if there is a way to disable it, I found nothing in the documentation. (from...
Im currently using models from skikit that have been exported to Onnx but I was curious if I had a model for GPR in either PyTorch or TensorFlow would it...
Hi there, I'm currently toying around with the library and I noticed that the JSON parser for the tensor flow model does not add a activation layer after the GRU...
hello. thanks for such a cool library. if you have time, or if possible, please let me know how can I add these operators? convTranspose, gelu, layerNorm, groupNorm, instanceNorm, swish,...
Hi, I have been using TCNs to train and model more complicated effects like Delay and Reverb (https://colab.research.google.com/corgiredirector?site=https%3A%2F%2Farxiv.org%2Fabs%2F2112.02926) I have also had some luck in using these in the Neutone...
While trying to integrate RTNeural into a larger project that already has some dependencies, including Eigen, I wanted to find out which Eigen version is bundled in this repository. Looking...
When I ran "rtneural_tests all" it failed because the data was not on the relative path of the executing test. this copies it to both /tests and to the root...