/content/lora-svc/svc_preprocess_speaker_lora.py:37: RuntimeWarning: Mean of empty slice.
speaker_ave = speaker_ave + pitch.mean()
/usr/local/lib/python3.9/dist-packages/numpy/core/_methods.py:189: RuntimeWarning: invalid value encountered in true_divide
ret = ret.dtype.type(ret / rcount)
Traceback (most recent call last):
File "/content/lora-svc/svc_preprocess_speaker_lora.py", line 39, in
if (speaker_max < pitch.max()):
File "/usr/local/lib/python3.9/dist-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
https://github.com/PlayVoice/lora-svc/blob/a0dbed19d7857bf36c76cbf73e0c6f25d50a8d6d/svc_preprocess_speaker_lora.py#L39
/content/lora-svc/svc_preprocess_speaker_lora.py:37: RuntimeWarning: Mean of empty slice. speaker_ave = speaker_ave + pitch.mean() /usr/local/lib/python3.9/dist-packages/numpy/core/_methods.py:189: RuntimeWarning: invalid value encountered in true_divide ret = ret.dtype.type(ret / rcount) Traceback (most recent call last): File "/content/lora-svc/svc_preprocess_speaker_lora.py", line 39, in
if (speaker_max < pitch.max()):
File "/usr/local/lib/python3.9/dist-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