From 241718964f39fc35e2291586d58bb891ce66ccb9 Mon Sep 17 00:00:00 2001 From: JinZr <60612200+JinZr@users.noreply.github.com> Date: Wed, 16 Aug 2023 10:35:27 +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, 4 insertions(+), 2 deletions(-) diff --git a/egs/aishell/ASR/RESULTS.md b/egs/aishell/ASR/RESULTS.md index 8c11aab8c..b52a46faf 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 +./prepare.sh # before 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 06e968957..9aec6b3f4 100644 --- a/egs/aishell2/ASR/RESULTS.md +++ b/egs/aishell2/ASR/RESULTS.md @@ -21,6 +21,8 @@ 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 + export CUDA_VISIBLE_DEVICES="0,1" ./zipformer/train.py \ diff --git a/egs/aishell4/ASR/RESULTS.md b/egs/aishell4/ASR/RESULTS.md index d70f6fb48..c877f09ae 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 +./prepare.sh # before setting --perturb-speed to False in the prepare.sh export CUDA_VISIBLE_DEVICES="0,1"