update run,sh

This commit is contained in:
jingyong hou 2021-12-07 10:51:27 +08:00
parent df7e52cc4c
commit 8142bc30f4

View File

@ -91,7 +91,7 @@ if [ ${stage} -le 3 ] && [ ${stop_stage} -ge 3 ]; then
# Testing
result_dir=$dir/test_$(basename $score_checkpoint)
mkdir -p $result_dir
python kws/bin/test.py --gpu 3 \
python kws/bin/compute_accuracy.py --gpu 3 \
--config $dir/config.yaml \
--test_data data/test/data.list \
--batch_size 256 \