From ce380a5fb3d007908daf411b3c02d8fad469b663 Mon Sep 17 00:00:00 2001 From: zr_jin <60612200+JinZr@users.noreply.github.com> Date: Thu, 17 Aug 2023 09:42:03 +0800 Subject: [PATCH] minor updates --- egs/aishell/ASR/RESULTS.md | 2 +- egs/aishell2/ASR/RESULTS.md | 2 +- egs/aishell4/ASR/RESULTS.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/egs/aishell/ASR/RESULTS.md b/egs/aishell/ASR/RESULTS.md index 122c1e0ec..2462ec4ca 100644 --- a/egs/aishell/ASR/RESULTS.md +++ b/egs/aishell/ASR/RESULTS.md @@ -18,7 +18,7 @@ It's reworked Zipformer with Pruned RNNT loss, note that results below are produ Command for training is: ```bash -./prepare.sh # before setting --perturb-speed to False in the prepare.sh +./prepare.sh # after setting --perturb-speed to False in the prepare.sh export CUDA_VISIBLE_DEVICES="0,1" diff --git a/egs/aishell2/ASR/RESULTS.md b/egs/aishell2/ASR/RESULTS.md index 9aec6b3f4..a5f960dba 100644 --- a/egs/aishell2/ASR/RESULTS.md +++ b/egs/aishell2/ASR/RESULTS.md @@ -21,7 +21,7 @@ It's reworked Zipformer with Pruned RNNT loss, note that results below are produ The training command for reproducing is given below: ```bash -./prepare.sh # before setting --perturb-speed to False in the prepare.sh +./prepare.sh # after setting --perturb-speed to False in the prepare.sh export CUDA_VISIBLE_DEVICES="0,1" diff --git a/egs/aishell4/ASR/RESULTS.md b/egs/aishell4/ASR/RESULTS.md index c877f09ae..7d99b2f05 100644 --- a/egs/aishell4/ASR/RESULTS.md +++ b/egs/aishell4/ASR/RESULTS.md @@ -20,7 +20,7 @@ It's reworked Zipformer with Pruned RNNT loss, note that results below are produ Command for training is: ```bash -./prepare.sh # before setting --perturb-speed to False in the prepare.sh +./prepare.sh # after setting --perturb-speed to False in the prepare.sh export CUDA_VISIBLE_DEVICES="0,1"