500 epochs
This commit is contained in:
parent
ba2d00648c
commit
f7eb0a600c
|
|
@ -1,7 +1,7 @@
|
|||
loss : mse
|
||||
metric : [stoi,pesq,si-sdr]
|
||||
lr : 0.001
|
||||
ReduceLr_patience : 5
|
||||
ReduceLr_factor : 0.1
|
||||
min_lr : 0.000001
|
||||
ReduceLr_patience : 10
|
||||
ReduceLr_factor : 0.5
|
||||
min_lr : 0.00
|
||||
EarlyStopping_factor : 10
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ limit_test_batches: 1.0
|
|||
limit_train_batches: 1.0
|
||||
limit_val_batches: 1.0
|
||||
log_every_n_steps: 100
|
||||
max_epochs: 100
|
||||
max_epochs: 500
|
||||
max_time: null
|
||||
min_epochs: 1
|
||||
min_steps: null
|
||||
|
|
|
|||
Loading…
Reference in New Issue