Voice-Privacy-Challenge / Voice-Privacy-Challenge-2022

Baseline Recipe for VoicePrivacy Challenge 2022: anonymization systems and evaluation software
62 stars 15 forks source link

steps/online/nnet2/extract_ivectors_online.sh: No such file exp/models/user_asr_eval_anon/extractor/final.ie #19

Open suhitaghosh10 opened 2 years ago

suhitaghosh10 commented 2 years ago

Error at Stage 16: Performing intelligibility assessment using ASR decoding on libri... compute i-vect: libri_dev_asr steps/online/nnet2/extract_ivectors_online.sh --nj 40 --cmd run.pl data/libri_dev_asr_hires exp/models/user_asr_eval_anon/extractor exp/models/user_asr_eval_anon/extractor/ivect_libri_dev_asr steps/online/nnet2/extract_ivectors_online.sh: No such file exp/models/user_asr_eval_anon/extractor/final.ie

Natalia-T commented 2 years ago

The missing file means that Stage 13 (Train ASR_eval) has not been completed correctly. https://github.com/Voice-Privacy-Challenge/Voice-Privacy-Challenge-2022/blob/5a8c9f90af2fda729b573ceb1c1f690ed0ea1c1e/baseline/run.sh#L124]

The problem occurs:

https://github.com/Voice-Privacy-Challenge/Voice-Privacy-Challenge-2022/blob/master/baseline/local/chain/run_tdnn_1d__360.sh more precisely: https://github.com/Voice-Privacy-Challenge/Voice-Privacy-Challenge-2022/blob/5a8c9f90af2fda729b573ceb1c1f690ed0ea1c1e/baseline/local/nnet3/run_ivector_common.sh#L127

or

the link has not been created: https://github.com/Voice-Privacy-Challenge/Voice-Privacy-Challenge-2022/blob/5a8c9f90af2fda729b573ceb1c1f690ed0ea1c1e/baseline/local/main_asr_eval_train.sh#L98