mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-08 08:34:19 +00:00
Merge branch 'dev_zipformer_cn' of https://github.com/JinZr/icefall into dev_zipformer_cn
This commit is contained in:
commit
c5bed3e4de
@ -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"
|
||||
|
||||
|
@ -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 \
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user