huangruizhe 6693d907d3
shuffle full Librispeech data (#574)
* shuffled full/partial librispeech data

* fixed the code style issue

* Shuffled full librispeech data off-line

* Fixed style, addressed comments, and removed redandunt codes

* Used the suggested version of black

* Propagated the changes to other folders for librispeech (except
conformer_mmi and streaming_conformer_ctc)
2022-11-27 11:26:09 +08:00
..
2022-11-17 09:42:17 -05:00
2022-11-17 09:42:17 -05:00
2022-04-22 15:54:59 +08:00
2022-11-17 09:42:17 -05:00
2022-11-27 11:26:09 +08:00

Introduction

The encoder consists of LSTM layers in this folder. You can use the following command to start the training:

cd egs/librispeech/ASR

export CUDA_VISIBLE_DEVICES="0,1,2"

./transducer_lstm/train.py \
  --world-size 3 \
  --num-epochs 30 \
  --start-epoch 0 \
  --exp-dir transducer_lstm/exp \
  --full-libri 1 \
  --max-duration 300 \
  --lr-factor 3