Instructions to use dangkhoadl/AudioResNet with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dangkhoadl/AudioResNet with Transformers:
# Load model directly from transformers import AutoImageProcessor, ResNetForAudioClassification processor = AutoImageProcessor.from_pretrained("dangkhoadl/AudioResNet") model = ResNetForAudioClassification.from_pretrained("dangkhoadl/AudioResNet") - Notebooks
- Google Colab
- Kaggle
Commit ·
12ebfc9
1
Parent(s): e30233d