Guide for Training on the RTNeural
-
Has anyone installed RTNeural on their computer and used it for training? I haven't been able to find a beginner's guide for it.
-
RT neural is just a library that can run small neural networks that you've already trained (efficient real time inference is the point of RTNeural [stands for real time neural]). I'm not sure it has any tools for doing training itself, unless it's changed a lot recently.
You train a neural network using a different training pipeline like tensorflow or psytorch, which results in a set of weights in a form that other Neural software can load, you can then load that data into RTNeural and it uses the weights data you've given it to perform the neural network in real time.
-
There's a discord group for RTNeural you can find online. Setup questions can be asked there! May be useful.
-
@griffinboy Thanks for the info.
Another one, Is it possible to convert nam models to Aida-x models?
-
No clue I'm afraid! I've yet to really get into the fray of Neural Network training yet, I've only done rough experiments.
-
@resonant said in Guide for Training on the RTNeural:
Is it possible to convert nam models to Aida-x models?
ChatGPT says no
-
@David-Healey said in Guide for Training on the RTNeural:
@resonant said in Guide for Training on the RTNeural:
Is it possible to convert nam models to Aida-x models?
ChatGPT says no
Google says yes :)
https://github.com/baptistejamin/nam-to-rtneural
But I think RTNeural must be installed first:
https://github.com/jatinchowdhury18/RTNeural