config
This commit is contained in:
parent
c4b8c5dfc8
commit
ce37ac06c6
|
|
@ -3,6 +3,6 @@ metric : [stoi,pesq,si-sdr]
|
||||||
lr : 0.0003
|
lr : 0.0003
|
||||||
ReduceLr_patience : 5
|
ReduceLr_patience : 5
|
||||||
Early_stop : True
|
Early_stop : True
|
||||||
ReduceLr_factor : 0.25
|
ReduceLr_factor : 0.1
|
||||||
min_lr : 0.0000001
|
min_lr : 0.0000001
|
||||||
EarlyStopping_patience : 15
|
EarlyStopping_patience : 10
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ limit_test_batches: 1.0
|
||||||
limit_train_batches: 1.0
|
limit_train_batches: 1.0
|
||||||
limit_val_batches: 1.0
|
limit_val_batches: 1.0
|
||||||
log_every_n_steps: 50
|
log_every_n_steps: 50
|
||||||
max_epochs: 3
|
max_epochs: 200
|
||||||
max_steps: -1
|
max_steps: -1
|
||||||
max_time: null
|
max_time: null
|
||||||
min_epochs: 1
|
min_epochs: 1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue