Skip to content

Commit

Permalink
Change GTA mel padding value
Browse files Browse the repository at this point in the history
Signed-off-by: begeekmyfriend <[email protected]>
  • Loading branch information
begeekmyfriend committed Aug 24, 2020
1 parent 17abe56 commit 7e1d403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hparams.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
voc_total_steps = 800_000 # Total number of training steps
voc_test_samples = 50 # How many unseen samples to put aside for testing
voc_pad = 2 # this will pad the input so that the resnet can 'see' wider than input length
voc_pad_val = -12 # this is the minimum of mel features
voc_pad_val = -4 # this is the minimum of mel features
voc_seq_len = hop_length * 5 # must be a multiple of hop_length

# Generating / Synthesizing
Expand Down

0 comments on commit 7e1d403

Please sign in to comment.