update timit result, test=doc_fix (#1147)

pull/1148/head
Junkun Chen 3 years ago committed by GitHub
parent 9ff12d3ffc
commit 9d28f86dc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,7 +3,7 @@
### Transformer
| Model | Params | Config | Decode method | Loss | PER |
| --- | --- | --- | --- | --- | --- |
| transformer | 5.17M | conf/transformer.yaml | attention | 46.41119385 | 0.469993 |
| transformer | 5.17M | conf/transformer.yaml | ctc_greedy_search | 46.41119385 | 0.297713 |
| transformer | 5.17M | conf/transformer.yaml | ctc_prefix_beam_search | 46.41119385 | 0.293555 |
| transformer | 5.17M | conf/transformer.yaml | attention_rescore | 46.41119385 | 0.281081 |
| transformer | 5.17M | conf/transformer.yaml | attention | 46.41119385 | 0.396950 |
| transformer | 5.17M | conf/transformer.yaml | ctc_greedy_search | 46.41119385 | 0.182259 |
| transformer | 5.17M | conf/transformer.yaml | ctc_prefix_beam_search | 46.41119385 | 0.188080 |
| transformer | 5.17M | conf/transformer.yaml | attention_rescore | 46.41119385 | 0.184199 |

@ -71,7 +71,7 @@ model:
training:
n_epoch: 200
n_epoch: 50
accum_grad: 1
global_grad_clip: 5.0
optim: adam

Loading…
Cancel
Save