Skip to content

Commit 55fca27

Browse files
authored
Merge pull request #358 from OscarVanL/melgan_conf_fix
Fixed typo in MB-Melgan config
2 parents 43aa56e + 940240a commit 55fca27

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)