From df7e52cc4c4618db880d5e1561c479e65d09b0c3 Mon Sep 17 00:00:00 2001 From: jingyong hou Date: Tue, 7 Dec 2021 10:47:36 +0800 Subject: [PATCH] rename test.py to compute_accuracy.py --- examples/speechcommand_v1/s0/run.sh | 2 +- kws/bin/{test.py => compute_accuracy.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename kws/bin/{test.py => compute_accuracy.py} (100%) diff --git a/examples/speechcommand_v1/s0/run.sh b/examples/speechcommand_v1/s0/run.sh index 2e27fd8..8f8b004 100755 --- a/examples/speechcommand_v1/s0/run.sh +++ b/examples/speechcommand_v1/s0/run.sh @@ -13,7 +13,7 @@ num_keywords=11 config=conf/mdtc.yaml norm_mean=false norm_var=false -gpu_id=4 +gpu_id=0 checkpoint= dir=exp/mdtc diff --git a/kws/bin/test.py b/kws/bin/compute_accuracy.py similarity index 100% rename from kws/bin/test.py rename to kws/bin/compute_accuracy.py