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

data preprocess error #347

Open
expresschen opened this issue Jul 21, 2020 · 1 comment
Open

data preprocess error #347

expresschen opened this issue Jul 21, 2020 · 1 comment

Comments

@expresschen
Copy link

operands could not be broadcast together with shapes (1,1025) (0,)
File "/home/ubuntu/Tacotron-2-master/datasets/preprocessor.py", line 42, in
return [future.result() for future in tqdm(futures) if future.result() is not None]
File "/home/ubuntu/Tacotron-2-master/datasets/preprocessor.py", line 42, in build_from_path
return [future.result() for future in tqdm(futures) if future.result() is not None]
File "/home/ubuntu/Tacotron-2-master/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 "/home/ubuntu/Tacotron-2-master/preprocess.py", line 83, in run_preprocess
preprocess(args, input_folders, output_folder, hparams)
File "/home/ubuntu/Tacotron-2-master/preprocess.py", line 106, in main
run_preprocess(args, modified_hp)
File "/home/ubuntu/Tacotron-2-master/preprocess.py", line 110, in
main()

@mini
Copy link

mini commented Jul 26, 2020

I managed to fix this by updating librosa to 0.6.2

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

2 participants