-
Notifications
You must be signed in to change notification settings - Fork 38
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
some bugs #7
Comments
x = np.array(x) code return x.to_list() |
Revise the code as below |
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): How can I revise the code to let it run successfully? Thanks. |
StyleSpeech/preprocessors/libritts.py
Line 130 in ddff11e
the remove_outlier here return none
and in line 51,52:
list indices must be integers or slices, not list
The text was updated successfully, but these errors were encountered: