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