config
This commit is contained in:
parent
288b5f4906
commit
dab68de260
|
|
@ -4,7 +4,7 @@ name : dns-2020
|
||||||
duration : 5.0
|
duration : 5.0
|
||||||
sampling_rate: 16000
|
sampling_rate: 16000
|
||||||
batch_size: 64
|
batch_size: 64
|
||||||
valid_size: 0.05
|
valid_size: 0.025
|
||||||
files:
|
files:
|
||||||
train_clean : CleanSpeech_training
|
train_clean : CleanSpeech_training
|
||||||
test_clean : CleanSpeech_testing
|
test_clean : CleanSpeech_testing
|
||||||
|
|
|
||||||
|
|
@ -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: 100
|
log_every_n_steps: 100
|
||||||
max_epochs: 100
|
max_epochs: 250
|
||||||
max_time: 00:47:00:00
|
max_time: 00:47:00:00
|
||||||
min_epochs: 1
|
min_epochs: 1
|
||||||
min_steps: null
|
min_steps: null
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue