未验证 提交 494d6f8b 编写于 作者: J Jackwaterveg 提交者: GitHub

[ASR][Config]fix config (#1290)

* fix config, test=asr

* fix config, test=doc_fix
上级 c5af442e
......@@ -23,7 +23,7 @@ augmentation_config: conf/augmentation.json
random_seed: 0
spm_model_prefix:
spectrum_type: linear
feat_dim:
feat_dim: 161
delta_delta: False
stride_ms: 10.0
window_ms: 20.0
......@@ -56,7 +56,7 @@ n_epoch: 80
accum_grad: 1
lr: 2e-3
lr_decay: 0.83
weight_decay: 1e-06
weight_decay: 1.0e-6
global_grad_clip: 3.0
log_interval: 100
checkpoint:
......
......@@ -23,7 +23,7 @@ augmentation_config: conf/augmentation.json
random_seed: 0
spm_model_prefix:
spectrum_type: linear #linear, mfcc, fbank
feat_dim:
feat_dim: 161
delta_delta: False
stride_ms: 10.0
window_ms: 20.0
......@@ -58,7 +58,7 @@ n_epoch: 65
accum_grad: 1
lr: 5e-4
lr_decay: 0.93
weight_decay: 1e-06
weight_decay: 1.0e-6
global_grad_clip: 3.0
log_interval: 100
checkpoint:
......
......@@ -23,7 +23,7 @@ augmentation_config: conf/augmentation.json
random_seed: 0
spm_model_prefix:
spectrum_type: linear
feat_dim:
feat_dim: 161
delta_delta: False
stride_ms: 10.0
window_ms: 20.0
......@@ -57,7 +57,7 @@ n_epoch: 5
accum_grad: 1
lr: 1e-5
lr_decay: 0.8
weight_decay: 1e-06
weight_decay: 1.0e-6
global_grad_clip: 5.0
log_interval: 1
checkpoint:
......
......@@ -23,7 +23,7 @@ augmentation_config: conf/augmentation.json
random_seed: 0
spm_model_prefix:
spectrum_type: linear
feat_dim:
feat_dim: 161
delta_delta: False
stride_ms: 10.0
window_ms: 20.0
......@@ -59,7 +59,7 @@ n_epoch: 5
accum_grad: 1
lr: 1e-5
lr_decay: 1.0
weight_decay: 1e-06
weight_decay: 1.0e-6
global_grad_clip: 5.0
log_interval: 1
checkpoint:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册