File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
examples/multiband_melgan/conf Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ lambda_adv: 2.5 # Loss balancing coefficient for adversarial loss.
6969# ##########################################################
7070batch_size : 64 # Batch size.
7171batch_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.
7373remove_short_samples : true # Whether to remove samples the length of which are less than batch_max_steps.
7474allow_cache : true # Whether to allow cache in dataset. If true, it requires cpu memory.
7575is_shuffle : true # shuffle dataset after each epoch.
You can’t perform that action at this time.
0 commit comments