From af3ce2cd924f2fcb5dd659b68364d0455b6e52bd Mon Sep 17 00:00:00 2001 From: WenmuZhou Date: Wed, 9 Dec 2020 17:27:30 +0800 Subject: [PATCH] remove blank line --- configs/rec/rec_mv3_none_bilstm_ctc.yml | 1 - configs/rec/rec_mv3_none_none_ctc.yml | 1 - configs/rec/rec_mv3_tps_bilstm_ctc.yml | 1 - configs/rec/rec_r34_vd_none_bilstm_ctc.yml | 1 - configs/rec/rec_r34_vd_none_none_ctc.yml | 1 - configs/rec/rec_r34_vd_tps_bilstm_ctc.yml | 1 - 6 files changed, 6 deletions(-) diff --git a/configs/rec/rec_mv3_none_bilstm_ctc.yml b/configs/rec/rec_mv3_none_bilstm_ctc.yml index 1cf97461..38f1e869 100644 --- a/configs/rec/rec_mv3_none_bilstm_ctc.yml +++ b/configs/rec/rec_mv3_none_bilstm_ctc.yml @@ -21,7 +21,6 @@ Global: infer_mode: False use_space_char: False - Optimizer: name: Adam beta1: 0.9 diff --git a/configs/rec/rec_mv3_none_none_ctc.yml b/configs/rec/rec_mv3_none_none_ctc.yml index 20ae0378..33079ad4 100644 --- a/configs/rec/rec_mv3_none_none_ctc.yml +++ b/configs/rec/rec_mv3_none_none_ctc.yml @@ -21,7 +21,6 @@ Global: infer_mode: False use_space_char: False - Optimizer: name: Adam beta1: 0.9 diff --git a/configs/rec/rec_mv3_tps_bilstm_ctc.yml b/configs/rec/rec_mv3_tps_bilstm_ctc.yml index b0b2417f..08f68939 100644 --- a/configs/rec/rec_mv3_tps_bilstm_ctc.yml +++ b/configs/rec/rec_mv3_tps_bilstm_ctc.yml @@ -21,7 +21,6 @@ Global: infer_mode: False use_space_char: False - Optimizer: name: Adam beta1: 0.9 diff --git a/configs/rec/rec_r34_vd_none_bilstm_ctc.yml b/configs/rec/rec_r34_vd_none_bilstm_ctc.yml index f737f3ac..4ad2ff89 100644 --- a/configs/rec/rec_r34_vd_none_bilstm_ctc.yml +++ b/configs/rec/rec_r34_vd_none_bilstm_ctc.yml @@ -21,7 +21,6 @@ Global: infer_mode: False use_space_char: False - Optimizer: name: Adam beta1: 0.9 diff --git a/configs/rec/rec_r34_vd_none_none_ctc.yml b/configs/rec/rec_r34_vd_none_none_ctc.yml index 1dc6a7d5..9c1eeb30 100644 --- a/configs/rec/rec_r34_vd_none_none_ctc.yml +++ b/configs/rec/rec_r34_vd_none_none_ctc.yml @@ -21,7 +21,6 @@ Global: infer_mode: False use_space_char: False - Optimizer: name: Adam beta1: 0.9 diff --git a/configs/rec/rec_r34_vd_tps_bilstm_ctc.yml b/configs/rec/rec_r34_vd_tps_bilstm_ctc.yml index 0ba77348..aeded492 100644 --- a/configs/rec/rec_r34_vd_tps_bilstm_ctc.yml +++ b/configs/rec/rec_r34_vd_tps_bilstm_ctc.yml @@ -21,7 +21,6 @@ Global: infer_mode: False use_space_char: False - Optimizer: name: Adam beta1: 0.9 -- GitLab