未验证 提交 4f99dca8 编写于 作者: H Hui Zhang 提交者: GitHub

Merge pull request #881 from LittleChenCc/develop

update timit result
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
### Transformer ### Transformer
| Model | Params | Config | Decode method | Loss | PER | | Model | Params | Config | Decode method | Loss | PER |
| --- | --- | --- | --- | --- | | --- | --- | --- | --- | --- | --- |
| transformer | 5.17M | conf/transformer.yaml | attention | 49.25688171386719 | 0.510742 | | transformer | 5.17M | conf/transformer.yaml | attention | 46.41119385 | 0.469993 |
| transformer | 5.17M | conf/transformer.yaml | ctc_greedy_search | 49.25688171386719 | 0.382398 | | transformer | 5.17M | conf/transformer.yaml | ctc_greedy_search | 46.41119385 | 0.297713 |
| transformer | 5.17M | conf/transformer.yaml | ctc_prefix_beam_search | 49.25688171386719 | 0.367429 | | transformer | 5.17M | conf/transformer.yaml | ctc_prefix_beam_search | 46.41119385 | 0.293555 |
| transformer | 5.17M | conf/transformer.yaml | attention_rescore | 49.25688171386719 | 0.357173 | | transformer | 5.17M | conf/transformer.yaml | attention_rescore | 46.41119385 | 0.281081 |
...@@ -67,14 +67,14 @@ model: ...@@ -67,14 +67,14 @@ model:
model_conf: model_conf:
ctc_weight: 0.5 ctc_weight: 0.5
ctc_dropoutrate: 0.0 ctc_dropoutrate: 0.0
ctc_grad_norm_type: batch ctc_grad_norm_type: instance
lsm_weight: 0.1 # label smoothing option lsm_weight: 0.1 # label smoothing option
length_normalized_loss: false length_normalized_loss: false
training: training:
n_epoch: 200 n_epoch: 200
accum_grad: 2 accum_grad: 1
global_grad_clip: 5.0 global_grad_clip: 5.0
optim: adam optim: adam
optim_conf: optim_conf:
...@@ -82,7 +82,7 @@ training: ...@@ -82,7 +82,7 @@ training:
weight_decay: 1e-06 weight_decay: 1e-06
scheduler: warmuplr # pytorch v1.1.0+ required scheduler: warmuplr # pytorch v1.1.0+ required
scheduler_conf: scheduler_conf:
warmup_steps: 2000 warmup_steps: 1200
lr_decay: 1.0 lr_decay: 1.0
log_interval: 10 log_interval: 10
checkpoint: checkpoint:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册