嘉渊 %!s(int64=2) %!d(string=hai) anos
pai
achega
624cad13ba
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      egs/librispeech/conformer/run.sh

+ 2 - 0
egs/librispeech/conformer/run.sh

@@ -19,6 +19,7 @@ lang=en
 token_type=bpe
 type=sound
 scp=wav.scp
+speed_perturb="0.9 1.0 1.1"
 stage=0
 stop_stage=2
 
@@ -144,6 +145,7 @@ if [ ${stage} -le 3 ] && [ ${stop_stage} -ge 3 ]; then
                 --train_set ${train_set} \
                 --valid_set ${valid_set} \
                 --cmvn_file ${feats_dir}/data/${train_set}/cmvn/cmvn.mvn \
+                --speed_perturb ${speed_perturb} \
                 --resume true \
                 --output_dir ${exp_dir}/exp/${model_dir} \
                 --config $asr_config \