-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't run pretrained librimix SOT pengcheng_librimix_asr_train_sot_asr_conformer_raw_en_char_sp model #81
Comments
Thanks for the report. @pengchengguo, can you take a look at this? |
Hi @SaddamAnnais, We do not use CTC loss during the SOT model training, as indicated in the configuration file: https://github.com/espnet/espnet/blob/master/egs2/librimix/sot_asr1/conf/tuning/train_sot_asr_conformer.yaml#L35. Therefore, |
Hi @SaddamAnnais, As I mentioned earlier, the SOT model does not include a CTC module.
If we train a SOT model from scratch, these parameters will be automatically assigned through the inference configuration file, refer to: https://github.com/espnet/espnet/blob/master/egs2/librimix/sot_asr1/run_whisper_sot.sh#L12. |
Hi team. Sorry for the late response. Yes now I can run it. Thank you very much |
Hi ESPnet team,
Thank you so much for creating this amazing package, it has been a huge help for my study.
I'm having trouble running a pretrained model using the espnet zoo model, specifically the one from https://github.com/espnet/espnet/tree/master/egs2/librimix/sot_asr1. The model I'm trying to use is https://huggingface.co/espnet/pengcheng_librimix_asr_train_sot_asr_conformer_raw_en_char_sp.
I've tried two approaches to run the model:
Approach 1: Using method from espnet_model_zoo README.md
I've matched the environment to the one mentioned on Hugging Face:
Then, I ran:
Approach 2: Using the method mentioned on their Hugging Face
I've followed the instructions on the Hugging Face model page:
I modified the script a bit, which is to
--skip_data_prep false
. I skipped the data prep step because I want to just run and test the model.Then, I ran:
Both approaches result in the same error:
I'm not sure what's causing this error. Any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered: