mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
update repo
This commit is contained in:
parent
bd825a53ce
commit
a9a5ff25c3
@ -2,7 +2,7 @@
|
||||
|
||||
. ./path.sh || exit 1;
|
||||
# Begin configuration section.
|
||||
fbankdir=$1
|
||||
fbankdir=
|
||||
nj=32
|
||||
cmd=./utils/run.pl
|
||||
feats_dim=80
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user