YuanGongND / gopt

Code for the ICASSP 2022 paper "Transformer-Based Multi-Aspect Multi-Granularity Non-native English Speaker Pronunciation Assessment".
BSD 3-Clause "New" or "Revised" License
148 stars 27 forks source link

Local script missing oov.int #10

Closed LyWangPX closed 1 year ago

LyWangPX commented 1 year ago

I am replacing the speechocean762 with my own datasets to perform inference. I have fixed many things to reach stage 9. Here, steps/align_mapped.sh will complain that it expects file oov.int to exist. I am using the acoustic model according to the guide, that is, in the beginning of run.sh, I set the following

librispeech_eg=../../librispeech/s5 model=$librispeech_eg/exp/chain_cleaned/tdnn_1d_sp ivector_extractor=$librispeech_eg/exp/nnet3_cleaned/extractor lang=$librispeech_eg/exp/chain_cleaned/tdnn_1d_sp

But there is no oov.int existing in either of the folders. Can you give me a direction on this?

LyWangPX commented 1 year ago

Fixed by changing the lang dir