Skip to content

Conversation

@PaddyWan
Copy link
Contributor

Now has the ability to use command line parameters. Not using any would return to the defaults like before.

test/main.cpp Outdated

//rng.seed(params.seed);

auto result = vits_model_process(model, phrase);
Copy link
Owner

@maxilevi maxilevi Aug 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here phrase is not declared, can you use params.phrase.c_str()?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes that was a typo from me, because I did a few changes at the same time. It is indeed params.phrase.c_str(). Already have changed the rng from the other pull request, you could also uncomment the rng.seed(params.seed);.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants