pkufool commited on
Commit
5e3b6b5
1 Parent(s): 1a24a03

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -1,4 +1,9 @@
 
 
 
 
1
  ### training
 
2
  ```
3
  #!/usr/bin/env bash
4
 
@@ -28,6 +33,7 @@ export CUDA_VISIBLE_DEVICES="0,1,2,3"
28
 
29
  ### decoding
30
  #### simulate streaming
 
31
  ```
32
  #!/usr/bin/env bash
33
 
@@ -95,6 +101,7 @@ done
95
  ```
96
 
97
  ### export
 
98
  for pretrained.pt
99
  ```
100
  python pruned_transducer_stateless4/export.py \
@@ -114,6 +121,4 @@ python pruned_transducer_stateless4/export.py \
114
  --causal-convolution 1 \
115
  --jit 1
116
  ```
117
- ---
118
- license: apache-2.0
119
- ---
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+
5
  ### training
6
+
7
  ```
8
  #!/usr/bin/env bash
9
 
 
33
 
34
  ### decoding
35
  #### simulate streaming
36
+
37
  ```
38
  #!/usr/bin/env bash
39
 
 
101
  ```
102
 
103
  ### export
104
+
105
  for pretrained.pt
106
  ```
107
  python pruned_transducer_stateless4/export.py \
 
121
  --causal-convolution 1 \
122
  --jit 1
123
  ```
124
+