vctk 28 spkrs

This commit is contained in:
shahules786 2022-10-03 12:24:15 +05:30
parent b0483d2fa8
commit c8815fa969
3 changed files with 4 additions and 5 deletions

View File

@ -6,9 +6,9 @@ sampling_rate: 16000
batch_size: 64
files:
train_clean : clean_trainset_56spk_wav
train_clean : clean_trainset_28spk_wav
test_clean : clean_testset_wav
train_noisy : noisy_trainset_56spk_wav
train_noisy : noisy_trainset_28spk_wav
test_noisy : noisy_testset_wav

View File

@ -1,7 +1,6 @@
loss : mse
metric : mae
lr : 0.0001
num_epochs : 100
ReduceLr_patience : 5
ReduceLr_factor : 0.1
min_lr : 0.000001

View File

@ -22,8 +22,8 @@ limit_predict_batches: 1.0
limit_test_batches: 1.0
limit_train_batches: 1.0
limit_val_batches: 1.0
log_every_n_steps: 10
max_epochs: 30
log_every_n_steps: 1
max_epochs: 10
max_steps: null
max_time: null
min_epochs: 1