Browse Source

update repo

嘉渊 2 years ago
parent
commit
a9a5ff25c3
2 changed files with 2 additions and 2 deletions
  1. 1 1
      egs/aishell/transformer/utils/compute_cmvn.sh
  2. 1 1
      egs/wenetspeech/conformer/run.sh

+ 1 - 1
egs/aishell/transformer/utils/compute_cmvn.sh

@@ -2,7 +2,7 @@
 
 . ./path.sh || exit 1;
 # Begin configuration section.
-fbankdir=$1
+fbankdir=
 nj=32
 cmd=./utils/run.pl
 feats_dim=80

+ 1 - 1
egs/wenetspeech/conformer/run.sh

@@ -81,5 +81,5 @@ fi
 
 if [ ${stage} -le 1 ] && [ ${stop_stage} -ge 1 ]; then
     echo "stage 1: Feature and CMVN Generation"
-    utils/compute_cmvn.sh ${feats_dir}/data/${train_set} --cmd "$train_cmd" --nj $nj --feats_dim ${feats_dim} --config_file "$asr_config" --scale 0.1
+    utils/compute_cmvn.sh --fbankdir ${feats_dir}/data/${train_set} --cmd "$train_cmd" --nj $nj --feats_dim ${feats_dim} --config_file "$asr_config" --scale 0.1
 fi