From 682204f0bb1335eb9ba3a2f0eb5605bdf42e8505 Mon Sep 17 00:00:00 2001
From: jmwang66 <wangjiaming.wjm@alibaba-inc.com>
Date: 星期一, 26 十二月 2022 16:56:27 +0800
Subject: [PATCH] update github.io page

---
 egs/aishell/tranformer/utils/compute_fbank.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/egs/aishell/tranformer/utils/compute_fbank.sh b/egs/aishell/tranformer/utils/compute_fbank.sh
index b456b4d..92a4fe6 100755
--- a/egs/aishell/tranformer/utils/compute_fbank.sh
+++ b/egs/aishell/tranformer/utils/compute_fbank.sh
@@ -6,7 +6,7 @@
 cmd=./utils/run.pl
 
 # feature configuration
-feat_dims=80
+feats_dim=80
 sample_frequency=16000
 speed_perturb="1.0"
 
@@ -29,7 +29,7 @@
 
 $cmd JOB=1:$nj $logdir/make_fbank.JOB.log \
     python utils/compute_fbank.py -w $data/split${nj}/JOB/wav.scp -t $data/split${nj}/JOB/text \
-        -d $feat_dims -s $sample_frequency -p ${speed_perturb} -a JOB -o ${fbankdir} \
+        -d $feats_dim -s $sample_frequency -p ${speed_perturb} -a JOB -o ${fbankdir} \
         || exit 1;
 
 for n in $(seq $nj); do

--
Gitblit v1.9.1