From 2d33f5f75cda4a3129dfa7ca22bd9aa597e32ae3 Mon Sep 17 00:00:00 2001 From: mlxu <228311995@qq.com> Date: Sun, 13 Feb 2022 15:52:41 +0800 Subject: [PATCH] [examples] reset grad_clip --- examples/speechcommand_v1/s0/conf/mdtc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/speechcommand_v1/s0/conf/mdtc.yaml b/examples/speechcommand_v1/s0/conf/mdtc.yaml index 80a9c6d..d9046cd 100644 --- a/examples/speechcommand_v1/s0/conf/mdtc.yaml +++ b/examples/speechcommand_v1/s0/conf/mdtc.yaml @@ -46,7 +46,7 @@ optim_conf: weight_decay: 0.00005 training_config: - grad_clip: 50 + grad_clip: 5 max_epoch: 100 log_interval: 10 criterion: ce