From 4cba9c8bbd108be4f39405851c1780701035e652 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=98=A5=E4=B9=94?= <83450930+Liyulingyue@users.noreply.github.com> Date: Mon, 18 Nov 2024 18:58:24 +0800 Subject: [PATCH] Update README.md --- examples/tiny/asr0/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tiny/asr0/README.md b/examples/tiny/asr0/README.md index 51b88a071..fc76d9906 100644 --- a/examples/tiny/asr0/README.md +++ b/examples/tiny/asr0/README.md @@ -51,7 +51,7 @@ You can set the local variables (except `ckpt`) when you use the `run.sh` For example, you can set the `gpus` and `avg_num` when you use the command line.: ```bash -bash run.sh --gpus 0,1 --avg_num 20 +bash run.sh --gpus 0,1 --avg_num 1 ``` ## Stage 0: Data processing To use this example, you need to process data firstly and you can use stage 0 in the `run.sh` to do this. The code is shown below: