minor updates

This commit is contained in:
zr_jin 2023-08-17 09:42:03 +08:00
parent c5bed3e4de
commit ce380a5fb3
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ It's reworked Zipformer with Pruned RNNT loss, note that results below are produ
Command for training is: Command for training is:
```bash ```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" export CUDA_VISIBLE_DEVICES="0,1"

View File

@ -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: The training command for reproducing is given below:
```bash ```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" export CUDA_VISIBLE_DEVICES="0,1"

View File

@ -20,7 +20,7 @@ It's reworked Zipformer with Pruned RNNT loss, note that results below are produ
Command for training is: Command for training is:
```bash ```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" export CUDA_VISIBLE_DEVICES="0,1"