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")
The community tab is the place to discuss and collaborate with the HF community!