Merge branch 'dev_zipformer_cn' of https://github.com/JinZr/icefall into dev_zipformer_cn

This commit is contained in:
zr_jin 2023-08-16 11:50:39 +08:00
commit c5bed3e4de
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: Command for training is:
```bash ```bash
./prepare.sh ./prepare.sh # before setting --perturb-speed to False in the prepare.sh
export CUDA_VISIBLE_DEVICES="0,1" 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: The training command for reproducing is given below:
```bash ```bash
./prepare.sh # before setting --perturb-speed to False in the prepare.sh
export CUDA_VISIBLE_DEVICES="0,1" export CUDA_VISIBLE_DEVICES="0,1"
./zipformer/train.py \ ./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: Command for training is:
```bash ```bash
./prepare.sh ./prepare.sh # before setting --perturb-speed to False in the prepare.sh
export CUDA_VISIBLE_DEVICES="0,1" export CUDA_VISIBLE_DEVICES="0,1"