How can I use for audio classification
#3
by
Oncecaddy
- opened
Hello,
I want to do audio classification. How can I download and use pretrained models? Thanks.
Is there a quantization for pytorch mobile? thx
Hi,
Yes you can use the Optimum library for that: https://huggingface.co/docs/optimum. It allows to export your model to ONNX among other formats, making the model smaller with quantization, etc.