include more params
This commit is contained in:
parent
c11bea6aa0
commit
6faffdcb17
|
|
@ -2,3 +2,8 @@ loss : mse
|
|||
metric : mae
|
||||
lr : 0.0001
|
||||
num_epochs : 100
|
||||
ReduceLr_patience : 5
|
||||
ReduceLr_factor : 0.1
|
||||
min_lr : 0.000001
|
||||
EarlyStopping_factor : 10
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue