fix earlystop
This commit is contained in:
parent
3a9e577ccb
commit
73cc925059
|
|
@ -1,8 +1,8 @@
|
|||
loss : mae
|
||||
metric : [stoi,pesq,si-sdr]
|
||||
lr : 0.0003
|
||||
ReduceLr_patience : 10
|
||||
ReduceLr_patience : 8
|
||||
Early_stop : True
|
||||
ReduceLr_factor : 0.5
|
||||
min_lr : 0.000001
|
||||
EarlyStopping_patience : 10
|
||||
EarlyStopping_patience : 15
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ limit_test_batches: 1.0
|
|||
limit_train_batches: 1.0
|
||||
limit_val_batches: 1.0
|
||||
log_every_n_steps: 50
|
||||
max_epochs: 250
|
||||
max_epochs: 200
|
||||
max_steps: -1
|
||||
max_time: null
|
||||
min_epochs: 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue