pkufool commited on
Commit
d32f309
1 Parent(s): 0f6fb67

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
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 \\n --concatenate-cuts False \\n --max-duration 200 \\n --full-libri True \\n --world-size 4
 
 
 
 
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