You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the readme of espnet_model_zoo, the user has to use the getitem first.
I don't know, how to fix that. Could you fix the example on huggingface?
Here, the examples from huggingface and github with the mismatch of the expected output of Speech2Text:
The text was updated successfully, but these errors were encountered:
sw005320
added a commit
to sw005320/hub-docs
that referenced
this issue
Oct 6, 2022
Hi, I tried a model from Huggingface (https://huggingface.co/espnet/simpleoier_librispeech_asr_train_asr_conformer7_wavlm_large_raw_en_bpe5000_sp) and copied the code from the "Use in ESPnet" button.
The example was broken, I had to change
to
According to the readme of espnet_model_zoo, the user has to use the getitem first.
I don't know, how to fix that. Could you fix the example on huggingface?
Here, the examples from huggingface and github with the mismatch of the expected output of
Speech2Text
:The text was updated successfully, but these errors were encountered: