提交 5a3a9e1f 编写于 作者: H Hui Zhang

fix chunk default config; tarball ckpt prfix dir;

上级 491a57ad
...@@ -9,6 +9,16 @@ ...@@ -9,6 +9,16 @@
| conformer | conf/conformer.yaml | spec_aug + shift | test | ctc_prefix_beam_search | - | 0.062196 | | conformer | conf/conformer.yaml | spec_aug + shift | test | ctc_prefix_beam_search | - | 0.062196 |
| conformer | conf/conformer.yaml | spec_aug + shift | test | attention_rescoring | - | 0.054694 | | conformer | conf/conformer.yaml | spec_aug + shift | test | attention_rescoring | - | 0.054694 |
## Chunk Conformer
| Model | Config | Augmentation| Test set | Decode method | Chunk | Loss | WER |
| --- | --- | --- | --- | --- | --- | --- | --- |
| conformer | conf/chunk_conformer.yaml | spec_aug + shift | test | attention | 16 | - | 0.061939 |
| conformer | conf/chunk_conformer.yaml | spec_aug + shift | test | ctc_greedy_search | 16 | - | 0.070806 |
| conformer | conf/chunk_conformer.yaml | spec_aug + shift | test | ctc_prefix_beam_search | 16 | - | 0.070739 |
| conformer | conf/chunk_conformer.yaml | spec_aug + shift | test | attention_rescoring | 16 | - | 0.059400 |
## Transformer ## Transformer
| Model | Config | Augmentation| Test set | Decode method | Loss | WER | | Model | Config | Augmentation| Test set | Decode method | Loss | WER |
......
...@@ -78,7 +78,7 @@ model: ...@@ -78,7 +78,7 @@ model:
training: training:
n_epoch: 180 n_epoch: 240
accum_grad: 4 accum_grad: 4
global_grad_clip: 5.0 global_grad_clip: 5.0
optim: adam optim: adam
......
...@@ -18,7 +18,8 @@ function clean() { ...@@ -18,7 +18,8 @@ function clean() {
} }
trap clean EXIT trap clean EXIT
cp ${ckpt_prefix}.* ${output} # ckpt_prfix.{json,...} and ckpt_prfix dir
cp -r ${ckpt_prefix}* ${output}
cp ${model_config} ${mean_std} ${vocab} ${output} cp ${model_config} ${mean_std} ${vocab} ${output}
tar zcvf release.tar.gz ${output} tar zcvf release.tar.gz ${output}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册