Upload train_vits-1.py with huggingface_hub
Browse files- train_vits-1.py +2 -2
train_vits-1.py
CHANGED
@@ -70,8 +70,8 @@ character_config=CharactersConfig(
|
|
70 |
config = VitsConfig(
|
71 |
audio=audio_config,
|
72 |
run_name="vits_fa_female",
|
73 |
-
batch_size=
|
74 |
-
eval_batch_size=
|
75 |
batch_group_size=5,
|
76 |
num_loader_workers=0,
|
77 |
num_eval_loader_workers=2,
|
|
|
70 |
config = VitsConfig(
|
71 |
audio=audio_config,
|
72 |
run_name="vits_fa_female",
|
73 |
+
batch_size=8,
|
74 |
+
eval_batch_size=4,
|
75 |
batch_group_size=5,
|
76 |
num_loader_workers=0,
|
77 |
num_eval_loader_workers=2,
|