waveunet 500 epochs

This commit is contained in:
shahules786 2022-10-12 10:49:00 +05:30
parent e4a2eb7844
commit 8906496366
2 changed files with 4 additions and 3 deletions

View File

@ -48,10 +48,10 @@ def main(config: DictConfig):
early_stopping = EarlyStopping(
monitor="val_loss",
mode=direction,
min_delta=0.0,
min_delta=1e-7,
patience=parameters.get("EarlyStopping_patience", 10),
strict=True,
verbose=False,
verbose=True,
)
callbacks.append(early_stopping)

View File

@ -3,7 +3,8 @@ name : vctk
root_dir : /scratch/c.sistc3/DS_10283_2791
duration : 1.0
sampling_rate: 16000
batch_size: 64
batch_size: 128
valid_size : 0.1
files:
train_clean : clean_trainset_28spk_wav