-
Chowdhury's BYOD plugin has a GuitarML insert/module that use only 2-3 % CPU on my computer when using the Blues Jr preset. How come SmartPedal use 25%? Is there something Chowdhury's plugin BYOD use that SmartPedal could use to lower the CPU usage? Does it have to do with that his implementation uses the LSTM version? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Good question, it uses a completely different neural network model called WaveNet, which uses more CPU (4x - 8x depending on the network size). Jatin's plugin uses the LSTM model, which is the same as NeuralPi/TS-M1N3/Chameleon/EpochAmp. I'm leaving SmartPedal and SmartAmp with the WaveNet model because I think it has it's own advantages, and for people to experiment with. I also think WaveNet has a slightly more natural sound, as it was originally created specifically for audio applications, where LSTM was developed for any kind of time-series prediction (stock prices, weather, etc.). That being said, I am releasing a new SmartPedal-like plugin that uses LSTM (should be out today or tomorrow), and that will be the new "GuitarML standard" that I'll recommend to people going forward. It will also have it's own Colab script and input wav file in a utility package. |
Beta Was this translation helpful? Give feedback.
-
Does SmartPedal process stereo? If so, potential CPU reduction using mono? I remember Chowdhury mentioning something about this might be why Proteus use more CPU compared to his implementation in BYOD. If so, it would be great to see a CPU reduction in SmartPedal too. On a side note, I do have a lot of posted issues and discussions. Actually, I have them all except one but that is because I absolutely love this thing and want to see it work like a charm. |
Beta Was this translation helpful? Give feedback.
Good question, it uses a completely different neural network model called WaveNet, which uses more CPU (4x - 8x depending on the network size). Jatin's plugin uses the LSTM model, which is the same as NeuralPi/TS-M1N3/Chameleon/EpochAmp. I'm leaving SmartPedal and SmartAmp with the WaveNet model because I think it has it's own advantages, and for people to experiment with. I also think WaveNet has a slightly more natural sound, as it was originally created specifically for audio applications, where LSTM was developed for any kind of time-series prediction (stock prices, weather, etc.). That being said, I am releasing a new SmartPedal-like plugin that uses LSTM (should be out today or tomo…