Merge branch 'develop' of https://github.com/PaddlePaddle/DeepSpeech into Hub
commit
37e02308b2
@ -1,3 +1,3 @@
|
||||
TED-En-Zh
|
||||
TED_EnZh
|
||||
data
|
||||
exp
|
||||
|
@ -0,0 +1,3 @@
|
||||
data
|
||||
exp
|
||||
test.profile
|
@ -1,3 +1,9 @@
|
||||
# TIMIT
|
||||
|
||||
Results will be organized and updated soon.
|
||||
### Transformer
|
||||
| Model | Params | Config | Decode method | Loss | PER |
|
||||
| --- | --- | --- | --- | --- |
|
||||
| transformer | 5.17M | conf/transformer.yaml | attention | 49.25688171386719 | 0.510742 |
|
||||
| transformer | 5.17M | conf/transformer.yaml | ctc_greedy_search | 49.25688171386719 | 0.382398 |
|
||||
| transformer | 5.17M | conf/transformer.yaml | ctc_prefix_beam_search | 49.25688171386719 | 0.367429 |
|
||||
| transformer | 5.17M | conf/transformer.yaml | attention_rescore | 49.25688171386719 | 0.357173 |
|
||||
|
Loading…
Reference in new issue