Skip to content

Commit 3138a15

Browse files
committed
improve hparams for tts
1 parent 685129f commit 3138a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

otherarch/tts_adapter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ bool ttstype_load_model(const tts_load_model_inputs inputs)
557557

558558
// tts init
559559
if (is_ttscpp_file) {
560-
ttscpp_config = new generation_configuration("am_adam", 50, 1.0, 1.0, true, "", 1024, 1.0);
560+
ttscpp_config = new generation_configuration("am_adam", 25, 1.0, 1.0, true, "", 2048, 1.0);
561561
ttscpp_runner = runner_from_file(modelfile_ttc, inputs.threads, ttscpp_config, true);
562562
if (ttscpp_runner == nullptr) {
563563
printf("\nTTS Load Error: Failed to initialize TTSCPP!\n");

0 commit comments

Comments
 (0)