This commit is contained in:
shahules786 2022-10-29 09:42:57 +05:30
parent c4b8c5dfc8
commit ce37ac06c6
2 changed files with 3 additions and 3 deletions

View File

@ -3,6 +3,6 @@ metric : [stoi,pesq,si-sdr]
lr : 0.0003
ReduceLr_patience : 5
Early_stop : True
ReduceLr_factor : 0.25
ReduceLr_factor : 0.1
min_lr : 0.0000001
EarlyStopping_patience : 15
EarlyStopping_patience : 10

View File

@ -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: 3
max_epochs: 200
max_steps: -1
max_time: null
min_epochs: 1