Commit
·
8a6cc5c
1
Parent(s):
a246192
up
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# Run any CTC model
|
| 2 |
|
| 3 |
```python
|
| 4 |
-
./run_ctc_model.py "yourModelId" "yourLanguageCode"
|
| 5 |
-
```
|
|
|
|
| 1 |
# Run any CTC model
|
| 2 |
|
| 3 |
```python
|
| 4 |
+
./run_ctc_model.py "yourModelId" "yourLanguageCode" "yourPhonemeLang" "NumSamplesToDecode"
|
| 5 |
+
```
|