From 2041501f17d0c251cb4dd401fea1a276606a363c Mon Sep 17 00:00:00 2001 From: mlxu995 <228311995@qq.com> Date: Wed, 15 Dec 2021 16:18:37 +0800 Subject: [PATCH] [examples] update ds_tcn config for hey_snips --- examples/hey_snips/s0/conf/ds_tcn.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/examples/hey_snips/s0/conf/ds_tcn.yaml b/examples/hey_snips/s0/conf/ds_tcn.yaml index 88b0c78..6ef4407 100644 --- a/examples/hey_snips/s0/conf/ds_tcn.yaml +++ b/examples/hey_snips/s0/conf/ds_tcn.yaml @@ -11,12 +11,12 @@ dataset_conf: frame_shift: 10 frame_length: 25 dither: 1.0 - spec_aug: true + spec_aug: false spec_aug_conf: num_t_mask: 1 num_f_mask: 1 - max_t: 50 - max_f: 30 + max_t: 20 + max_f: 10 shuffle: true shuffle_conf: shuffle_size: 1500 @@ -37,6 +37,7 @@ model: optim: adam optim_conf: lr: 0.001 + weight_decay: 0.0001 training_config: grad_clip: 5