mirror of
https://github.com/wassname/TTS.git
synced 2026-09-10 11:50:20 +08:00
Fix VCTK Tacotron2-DDC recipe
This commit is contained in:
@@ -35,7 +35,7 @@ config = Tacotron2Config( # This is the config that is saved for the future use
|
|||||||
test_delay_epochs=-1,
|
test_delay_epochs=-1,
|
||||||
r=2,
|
r=2,
|
||||||
# gradual_training=[[0, 6, 48], [10000, 4, 32], [50000, 3, 32], [100000, 2, 32]],
|
# gradual_training=[[0, 6, 48], [10000, 4, 32], [50000, 3, 32], [100000, 2, 32]],
|
||||||
double_decoder_consistency=False,
|
double_decoder_consistency=True,
|
||||||
epochs=1000,
|
epochs=1000,
|
||||||
text_cleaner="phoneme_cleaners",
|
text_cleaner="phoneme_cleaners",
|
||||||
use_phonemes=True,
|
use_phonemes=True,
|
||||||
|
|||||||
Reference in New Issue
Block a user