Update README.md
Browse files
README.md
CHANGED
@@ -25,9 +25,13 @@ cd egs/librispeech/ASR
|
|
25 |
bash ./prepare.sh
|
26 |
```
|
27 |
* Training
|
28 |
-
```
|
29 |
export CUDA_VISIBLE_DEVICES="0,1,2,3"
|
30 |
-
python conformer_ctc/train.py --bucketing-sampler True
|
|
|
|
|
|
|
|
|
31 |
```
|
32 |
|
33 |
## Evaluation results
|
|
|
25 |
bash ./prepare.sh
|
26 |
```
|
27 |
* Training
|
28 |
+
```bash
|
29 |
export CUDA_VISIBLE_DEVICES="0,1,2,3"
|
30 |
+
python conformer_ctc/train.py --bucketing-sampler True \
|
31 |
+
--concatenate-cuts False \
|
32 |
+
--max-duration 200 \
|
33 |
+
--full-libri True \
|
34 |
+
--world-size 4
|
35 |
```
|
36 |
|
37 |
## Evaluation results
|