Instructions to use speechbrain/emotion-diarization-wavlm-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- speechbrain
How to use speechbrain/emotion-diarization-wavlm-large with speechbrain:
# interface in config.json invalid
- Notebooks
- Google Colab
- Kaggle
Error Function not implemented
#3
by aavvmm - opened
Hi,
I tried classifier = Speech_Emotion_Diarization.from_hparams(source= ..... ,run_opts={"device":"cuda"} ), but I have this error:
[Errno 38] Function not implemented: '/root/.cache/huggingface/hub/models--speechbrain--emotion-diarization-wavlm-large/snapshots/83ebf07b08983f21924ca9db2794d80ff8dba1ff/hyperparams.yaml' -> 'pretrained_models/Speech_Emotion_Diarization-1cab0c6b13cfb8cfbf344194e6312b84/hyperparams.yaml'
Anyone could help me with this?
Thanks!!
Hi, I just ran the inference code but didn't get this error, could you please show your entire code?