We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when I train this code, load data:
# load data train_samples, eval_samples = load_tts_samples( dataset_config, eval_split=True, #eval_split_size=config.eval_split_size, formatter=formatter_indictts ) train_samples = filter_speaker(train_samples, args.speaker) eval_samples = filter_speaker(eval_samples, args.speaker)
can't find declaration to go to load_tts_samples how I deal with this problem? Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
when I train this code, load data:
can't find declaration to go to load_tts_samples
how I deal with this problem? Thanks!
The text was updated successfully, but these errors were encountered: