Skip to content

Commit

Permalink
Made r=2 in last session in tts hparams schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
TheButlah committed Aug 13, 2019
1 parent 6b79dbb commit d2f0bb9
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 @@ -84,7 +84,7 @@
tts_schedule = [(7, 1e-3, 10_000, 32), # progressive training schedule
(5, 1e-4, 100_000, 32), # (r, lr, step, batch_size)
(2, 1e-4, 180_000, 16),
(1, 1e-4, 350_000, 8)]
(2, 1e-4, 350_000, 8)]

tts_max_mel_len = 1250 # if you have a couple of extremely long spectrograms you might want to use this
tts_bin_lengths = True # bins the spectrogram lengths before sampling in data loader - speeds up training
Expand Down

0 comments on commit d2f0bb9

Please sign in to comment.