Simple ML neural network
-
@ccbl I'm only experimenting with 48K at the moment. Feel free to look at my repository scripts to figure out the sample rate stuff. I'm taking baby steps with this stuff while I finish up other projects.
-
@aaronventure NAM itself is MIT licensed and this is simply a JUCE implementation of the NAM Player....so, I have no idea how they could enforce a GPLv3 license. But...I'm definitely no expert.
-
@scottmire MIT is a weak license so you can take MIT code and relicense it pretty much however you like. If you are releasing a GPL project then all code in that project needs to be GPL. So the developer of nam-JUCE has relicensed NAM as GPL within their project.
-
@d-healey Ahhh got it. Thanks for the clarification.
-
@Dan-Korneff said in Simple ML neural network:
Using loadTensorFlowModel() was indeed the solution. I'll try to make some tutorials on training and loading models this weekend.
@Dan-Korneff @Christoph-Hart
Is there any progress? We look forward to using this neural model in a guitar amp simulation :) -
@orange Jatin said in the GitHub issue that he's thinking about adding the wavenet model to RTNeural, when that's the case, I'll resume the work to support NAM models.
-
@orange I had to take a couple days vacation over here. Back in the office Monday :)
-
@Christoph-Hart Looks like Jatin has made some progress with this:
https://github.com/jatinchowdhury18/RTNeural/issues/143#issuecomment-2472915024So does this bring us closer to being able to load NAM models into RTNeural inside Hise???
-
@Orvillain said in Simple ML neural network:
@Christoph-Hart Looks like Jatin has made some progress with this:
https://github.com/jatinchowdhury18/RTNeural/issues/143#issuecomment-2472915024So does this bring us closer to being able to load NAM models into RTNeural inside Hise???
Has there been any more on getting this going in HISE? Iām following this quite closely, being able to load NAM models into HISE would be a gamechanger, especially if (as someone mentioned before) it was similar to loading in convolution reverbs in terms of ease of use and control.
-
@Christoph-Hart Is the CPU performance issue resolved?
We look forward to being able to use NAM models quickly and efficiently in our plugins