Skip to content

Commit f85847e

Browse files
authored
Merge branch 'master' into prepare_libri_fix
2 parents 63dd056 + 55fca27 commit f85847e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/multiband_melgan/conf/multiband_melgan.v1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ lambda_adv: 2.5 # Loss balancing coefficient for adversarial loss.
6969
###########################################################
7070
batch_size: 64 # Batch size.
7171
batch_max_steps: 8192 # Length of each audio in batch for training. Make sure dividable by hop_size.
72-
batch_max_steps_valid: 81920 # Length of each audio for validation. Make sure dividable by hope_size.
72+
batch_max_steps_valid: 8192 # Length of each audio for validation. Make sure dividable by hope_size.
7373
remove_short_samples: true # Whether to remove samples the length of which are less than batch_max_steps.
7474
allow_cache: true # Whether to allow cache in dataset. If true, it requires cpu memory.
7575
is_shuffle: true # shuffle dataset after each epoch.

0 commit comments

Comments
 (0)