mirror of https://github.com/coqui-ai/TTS.git
Fix VCTK VITS recipe
This commit is contained in:
parent
f70e4bb8c6
commit
846e0e4284
|
@ -57,9 +57,7 @@ config = VitsConfig(
|
||||||
print_step=25,
|
print_step=25,
|
||||||
print_eval=False,
|
print_eval=False,
|
||||||
mixed_precision=True,
|
mixed_precision=True,
|
||||||
sort_by_audio_len=True,
|
max_text_len= 325, # change this if you have a larger VRAM than 16GB
|
||||||
min_seq_len=32 * 256 * 4,
|
|
||||||
max_seq_len=1500000,
|
|
||||||
output_path=output_path,
|
output_path=output_path,
|
||||||
datasets=[dataset_config],
|
datasets=[dataset_config],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue