minor updates

This commit is contained in:
JinZr 2023-08-16 10:35:27 +08:00
parent 4200126f9b
commit 241718964f
3 changed files with 4 additions and 2 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:
```bash
./prepare.sh
./prepare.sh # before setting --perturb-speed to False in the prepare.sh
export CUDA_VISIBLE_DEVICES="0,1"

View File

@ -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 \

View File

@ -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"