Fix VCTK VITS recipe

This commit is contained in:
Eren Gölge
2022-02-25 11:26:59 +01:00
parent f70e4bb8c6
commit 846e0e4284
+1 -3
View File
@@ -57,9 +57,7 @@ config = VitsConfig(
print_step=25,
print_eval=False,
mixed_precision=True,
sort_by_audio_len=True,
min_seq_len=32 * 256 * 4,
max_seq_len=1500000,
max_text_len= 325, # change this if you have a larger VRAM than 16GB
output_path=output_path,
datasets=[dataset_config],
)