Minor fixes.

This commit is contained in:
Fangjun Kuang 2022-06-20 17:03:50 +08:00
parent 2d811da27e
commit 6898b012a9

View File

@ -19,6 +19,9 @@ It uses pruned RNN-T.
Training command is: Training command is:
```bash ```bash
./prepare.sh
./prepare_aidatatang_200zh.sh
export CUDA_VISIBLE_DEVICES="4,5,6,7" export CUDA_VISIBLE_DEVICES="4,5,6,7"
./pruned_transducer_stateless3/train.py \ ./pruned_transducer_stateless3/train.py \