Skip to content
New issue

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

Preprocessing Error occurring for using custom dataset #509

Open
Shehan-Irteza-Pranto opened this issue Jul 6, 2021 · 0 comments
Open

Comments

@Shehan-Irteza-Pranto
Copy link

Traceback (most recent call last):
File "preprocess.py", line 110, in
main()
File "preprocess.py", line 106, in main
run_preprocess(args, modified_hp)
File "preprocess.py", line 83, in run_preprocess
preprocess(args, input_folders, output_folder, hparams)
File "preprocess.py", line 17, in preprocess
metadata = preprocessor.build_from_path(hparams, input_folders, mel_dir, linear_dir, wav_dir, args.n_jobs, tqdm=tqdm)
File "/media/aims/New_Volume/PRANTO/tts/tecetron_v2/Tacotron-2/datasets/preprocessor.py", line 32, in build_from_path
for input_dir in input_dirs:
TypeError: 'NoneType' object is not iterable

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

No branches or pull requests

1 participant