2021-07-29 20:23:52 +08:00
..
2021-07-24 17:13:20 +08:00
2021-07-29 20:23:52 +08:00
2021-07-24 17:13:20 +08:00
2021-07-25 21:40:09 +08:00

(To be filled in)

It will contain:

  • How to run
  • WERs
cd $PWD/..

./prepare.sh

./tdnn_lstm_ctc/train.py

If you have 4 GPUs and want to use GPU 1 and GPU 3 for DDP training, you can do the following:

export CUDA_VISIBLE_DEVICES="1,3"
./tdnn_lstm_ctc/train.py --world-size=2