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
vc_preprocess_speaker_lora.py:37: RuntimeWarning: Mean of empty slice. speaker_ave = speaker_ave + pitch.mean() C:\Users\phill\miniconda3\envs\lora-svc\lib\site-packages\numpy\core\_methods.py:190: RuntimeWarning: invalid value encountered in divide ret = ret.dtype.type(ret / rcount) Traceback (most recent call last): File "svc_preprocess_speaker_lora.py", line 39, in <module> if (speaker_max < pitch.max()): File "C:\Users\phill\miniconda3\envs\lora-svc\lib\site-packages\numpy\core\_methods.py", line 40, in _amax return umr_maximum(a, axis, None, out, keepdims, initial, where) ValueError: zero-size array to reduction operation maximum which has no identity
Please help.
The text was updated successfully, but these errors were encountered:
vc_preprocess_speaker_lora.py:37: RuntimeWarning: Mean of empty slice. speaker_ave = speaker_ave + pitch.mean() C:\Users\phill\miniconda3\envs\lora-svc\lib\site-packages\numpy\core\_methods.py:190: RuntimeWarning: invalid value encountered in divide ret = ret.dtype.type(ret / rcount) Traceback (most recent call last): File "svc_preprocess_speaker_lora.py", line 39, in <module> if (speaker_max < pitch.max()): File "C:\Users\phill\miniconda3\envs\lora-svc\lib\site-packages\numpy\core\_methods.py", line 40, in _amax return umr_maximum(a, axis, None, out, keepdims, initial, where) ValueError: zero-size array to reduction operation maximum which has no identity
Please help.
The text was updated successfully, but these errors were encountered: