Update StyleTTS_Accelerate/Configs/config.yml
Browse files
StyleTTS_Accelerate/Configs/config.yml
CHANGED
@@ -6,7 +6,7 @@ device: "cuda"
|
|
6 |
multigpu: false
|
7 |
epochs_1st: 200 # number of epochs for first stage training
|
8 |
epochs_2nd: 100 # number of peochs for second stage training
|
9 |
-
batch_size:
|
10 |
pretrained_model: "/kaggle/working/StyleTTS_Accelerate/Models/Anispeech_with_DIFF_kaggle/epoch_2nd_00004.pth"
|
11 |
second_stage_load_pretrained: true # set to true if the pre-trained model is for 2nd stage
|
12 |
load_only_params: true # set to true if do not want to load epoch numbers and optimizer parameters
|
|
|
6 |
multigpu: false
|
7 |
epochs_1st: 200 # number of epochs for first stage training
|
8 |
epochs_2nd: 100 # number of peochs for second stage training
|
9 |
+
batch_size: 22
|
10 |
pretrained_model: "/kaggle/working/StyleTTS_Accelerate/Models/Anispeech_with_DIFF_kaggle/epoch_2nd_00004.pth"
|
11 |
second_stage_load_pretrained: true # set to true if the pre-trained model is for 2nd stage
|
12 |
load_only_params: true # set to true if do not want to load epoch numbers and optimizer parameters
|