From e9f1e6e63391ab234f881fac0ab191b30a8fc41d Mon Sep 17 00:00:00 2001 From: Binbin Zhang Date: Tue, 14 Dec 2021 10:50:02 +0800 Subject: [PATCH] fix topo --- examples/hi_xiaowen/s0/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hi_xiaowen/s0/run.sh b/examples/hi_xiaowen/s0/run.sh index 829d852..5a5f074 100755 --- a/examples/hi_xiaowen/s0/run.sh +++ b/examples/hi_xiaowen/s0/run.sh @@ -115,7 +115,7 @@ fi if [ ${stage} -le 4 ] && [ ${stop_stage} -ge 4 ]; then echo "Static quantization, compute FRR/FAR..." # Apply static quantization - quantize_score_checkpoint=$(basename $score_checkpoint | sed -e 's:.pt$:quant.zip:g') + quantize_score_checkpoint=$(basename $score_checkpoint | sed -e 's:.pt$:.quant.zip:g') cat data/train/data.list | python tools/shuffle_list.py --seed 777 | \ head -n 10000 > $dir/calibration.list python kws/bin/static_quantize.py \