[examples] update ds_tcn config for hey_snips

This commit is contained in:
mlxu995 2021-12-15 16:18:37 +08:00
parent dc1ac8fecd
commit 2041501f17

View File

@ -11,12 +11,12 @@ dataset_conf:
frame_shift: 10 frame_shift: 10
frame_length: 25 frame_length: 25
dither: 1.0 dither: 1.0
spec_aug: true spec_aug: false
spec_aug_conf: spec_aug_conf:
num_t_mask: 1 num_t_mask: 1
num_f_mask: 1 num_f_mask: 1
max_t: 50 max_t: 20
max_f: 30 max_f: 10
shuffle: true shuffle: true
shuffle_conf: shuffle_conf:
shuffle_size: 1500 shuffle_size: 1500
@ -37,6 +37,7 @@ model:
optim: adam optim: adam
optim_conf: optim_conf:
lr: 0.001 lr: 0.001
weight_decay: 0.0001
training_config: training_config:
grad_clip: 5 grad_clip: 5