modify base learning rate to improve accuracy

This commit is contained in:
zhouneng 2021-05-08 12:00:34 +08:00
parent dbab5ceddd
commit 4bd348b2ab
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ checkpoint_path: './checkpoint/'
checkpoint_file_path: 'train_textcnn-4_149.ckpt'
word_len: 51
vec_length: 40
base_lr: 1e-3
base_lr: 5e-3
# Export options
device_id: 0

View File

@ -24,7 +24,7 @@ checkpoint_path: './checkpoint/'
checkpoint_file_path: 'train_textcnn-4_149.ckpt'
word_len: 51
vec_length: 40
base_lr: 1e-3
base_lr: 8e-4
# Export options
device_id: 0