You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I ran the preprocess.py, I would get this error: IndexError: cannot do a non-empty take from an empty axes.
Traceback (most recent call last):
File "preprocess.py", line 54, in
main(preprocessor, args.data_path, args.output_path)
File "preprocess.py", line 39, in main
datas = preprocessor.build_from_path(data_dir, out_dir)
File "/media/fish-bsp/fish_4TB/Audio/StyleSpeech-main/preprocessors/libritts.py", line 132, in build_from_path
f0 = remove_outlier(f0)
I think the problem is from here:
How can I revise the code to let it run successfully? Thanks.
The text was updated successfully, but these errors were encountered:
When I ran the preprocess.py, I would get this error: IndexError: cannot do a non-empty take from an empty axes.
Traceback (most recent call last):
File "preprocess.py", line 54, in
main(preprocessor, args.data_path, args.output_path)
File "preprocess.py", line 39, in main
datas = preprocessor.build_from_path(data_dir, out_dir)
File "/media/fish-bsp/fish_4TB/Audio/StyleSpeech-main/preprocessors/libritts.py", line 132, in build_from_path
f0 = remove_outlier(f0)
I think the problem is from here:
How can I revise the code to let it run successfully? Thanks.
The text was updated successfully, but these errors were encountered: