NoteOnMe博客平台搭建
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
357 B

{
"export_name": "training.json",
"lr_method" : "Adam",
"n_epochs" : 50,
"batch_size" : 3,
"dropout" : 1,
"metric_val" : "perplexity",
"clip" : -1,
"lr_init" : 1e-3,
"lr_min" : 1e-3,
"start_decay" : 6,
"end_decay" : 13,
"lr_warm" : 1e-3,
"end_warm" : 0
}