Pytorch on Elk OS?

Anyone using pytorch with Elk OS? Is it possible to use it for an audio plugin, any examples? I was interested in using it to implement neural networks to learn sound parameters for granular synthesis based on the audio that’s processed by the plugin.

Hi @shossa3,
I don’t know about Pytorch but TensorFlow works fine with the Lite interpreter.
The TF Lite interpreter is only for inference tho: you need the complete Tensorflow for training.
I believe that Pytorch Mobile shares some similarities with TF Lite.

1 Like

Thanks I’ll check out Pytorch Mobile. I’d much prefer to use pytorch over tensorflow.

You might also enjoy looking into PyTorch Lightning

And on GitHub

PyTorch Lightning looks interesting. I realized that I can actually use RTNeural and pytorch on a desktop to learn models based on audio of different amplifiers and pedals.

1 Like