mirror of https://github.com/coqui-ai/TTS.git
Update LJSpeech DCA recipe
This commit is contained in:
parent
58c38de58d
commit
89dd89b5e5
|
@ -38,10 +38,10 @@ config = Tacotron2Config( # This is the config that is saved for the future use
|
||||||
num_eval_loader_workers=4,
|
num_eval_loader_workers=4,
|
||||||
run_eval=True,
|
run_eval=True,
|
||||||
test_delay_epochs=-1,
|
test_delay_epochs=-1,
|
||||||
ga_alpha=5.0,
|
ga_alpha=0.0,
|
||||||
r=2,
|
r=2,
|
||||||
attention_type="dynamic_convolution",
|
attention_type="dynamic_convolution",
|
||||||
double_decoder_consistency=True,
|
double_decoder_consistency=False,
|
||||||
epochs=1000,
|
epochs=1000,
|
||||||
text_cleaner="phoneme_cleaners",
|
text_cleaner="phoneme_cleaners",
|
||||||
use_phonemes=True,
|
use_phonemes=True,
|
||||||
|
|
Loading…
Reference in New Issue