parent
84f77ecdf5
commit
251d32a609
@ -0,0 +1,3 @@
|
||||
data
|
||||
exp
|
||||
test.profile
|
@ -1,11 +1,9 @@
|
||||
# TIMIT
|
||||
|
||||
|
||||
|
||||
|
||||
### Transformer
|
||||
| Model | Params | Config | Decode method | PER |
|
||||
| Model | Params | Config | Decode method | Loss | PER |
|
||||
| --- | --- | --- | --- | --- |
|
||||
| transformer | 5.17M | conf/transformer.yaml | attention | 0.5531 |
|
||||
| transformer | 5.17M | conf/transformer.yaml | ctc_greedy_search | 0.3922 |
|
||||
| transformer | 5.17M | conf/transformer.yaml | ctc_prefix_beam_search | 0.3768 |
|
||||
| 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