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
I am have bunch of real voice file. Some of it has real bad quality. At stage 2, utils.py, convert_continuos_f0(...), start_f0 = f0[f0 != 0][0] I am get exception "index 0 is out of bounds for axis 0 with size 0".
There may be good do not break process and\or check quality and drop files automatically.
The text was updated successfully, but these errors were encountered:
I am have bunch of real voice file. Some of it has real bad quality. At stage 2, utils.py, convert_continuos_f0(...), start_f0 = f0[f0 != 0][0] I am get exception "index 0 is out of bounds for axis 0 with size 0".
There may be good do not break process and\or check quality and drop files automatically.
The text was updated successfully, but these errors were encountered: