-
Notifications
You must be signed in to change notification settings - Fork 85
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
Running error on hubert-f0 process. #4
Comments
Got the same problem Is there a different version of numpy / pyworld expected than in requirements.txt?
|
Try to downgrade Torch |
|
Mac M1:13.3.1 (22E261) |
Finally, I update the dependencies, everything goes right.
|
Loaded hubert.
0%| | 0/32 [1:10:54<?, ?it/s]
Process Process-1:
Traceback (most recent call last):
File "C:\Users\Public\anaconda3\lib\multiprocessing\process.py", line 315, in _bootstrap
self.run()
File "C:\Users\Public\anaconda3\lib\multiprocessing\process.py", line 108, in run
self._target(*self._args, **self.kwargs)
File "C:\Users\Public\Sovits-4.0\preprocess_hubert_f0.py", line 44, in process_batch
process_one(filename, hmodel)
File "C:\Users\Public\Sovits-4.0\preprocess_hubert_f0.py", line 34, in process_one
f0 = utils.compute_f0_dio(wav, sampling_rate=sampling_rate, hop_length=hop_length)
File "C:\Users\Public\Sovits-4.0\utils.py", line 156, in compute_f0_dio
import pyworld
File "C:\Users\Public\anaconda3\lib\site-packages\pyworld_init.py", line 7, in
from .pyworld import *
File "pyworld\pyworld.pyx", line 1, in init pyworld.pyworld
ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject
The text was updated successfully, but these errors were encountered: