Minor fixes.

This commit is contained in:
Fangjun Kuang 2022-03-27 21:50:56 +08:00
parent 58794ba493
commit cc6c608fb6

View File

@ -44,8 +44,6 @@ cd egs/librispeech/ASR/
export CUDA_VISIBLE_DEVICES="0,1,2,3,4,5,6,7"
. path.sh
./pruned_transducer_stateless/train.py \
--world-size 8 \
--num-epochs 60 \
@ -175,8 +173,6 @@ The training command for reproducing is given below:
```bash
export CUDA_VISIBLE_DEVICES="1,2,3,4,5,6,7"
. path.sh
./transducer_stateless/train.py \
--world-size 7 \
--num-epochs 60 \
@ -237,8 +233,6 @@ The training command for reproducing is given below:
```bash
export CUDA_VISIBLE_DEVICES="1,2,3,4,5,6,7"
. path.sh
./transducer_stateless/train.py \
--world-size 7 \
--num-epochs 60 \