We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PS D:\4399TMD\python\Project\so-vits-svc-5.0-bigvgan-mix-v2> python prepare/preprocess_crepe.py -w data_svc/waves-16k/ -p data_svc/pitch data_svc/waves-16k/ data_svc/pitch Processing crepe speaker0: 0%| | 0/345 [00:02<?, ?it/s] Traceback (most recent call last): File "D:\4399TMD\python\Project\so-vits-svc-5.0-bigvgan-mix-v2\prepare\preprocess_crepe.py", line 69, in compute_f0(f"{wavPath}/{spks}/{file}.wav", f"{pitPath}/{spks}/{file}.pit", device) File "D:\4399TMD\python\Project\so-vits-svc-5.0-bigvgan-mix-v2\prepare\preprocess_crepe.py", line 28, in compute_f0 pitch, periodicity = crepe.predict( ^^^^^^^^^^^^^^ TypeError: predict() got an unexpected keyword argument 'batch_size' PS D:\4399TMD\python\Project\so-vits-svc-5.0-bigvgan-mix-v2>
The text was updated successfully, but these errors were encountered:
找到问题了,我自己安装了crepe。但其实是不需要安装的,uninstall就好了。
Sorry, something went wrong.
No branches or pull requests
PS D:\4399TMD\python\Project\so-vits-svc-5.0-bigvgan-mix-v2> python prepare/preprocess_crepe.py -w data_svc/waves-16k/ -p data_svc/pitch
data_svc/waves-16k/
data_svc/pitch
Processing crepe speaker0: 0%| | 0/345 [00:02<?, ?it/s]
Traceback (most recent call last):
File "D:\4399TMD\python\Project\so-vits-svc-5.0-bigvgan-mix-v2\prepare\preprocess_crepe.py", line 69, in
compute_f0(f"{wavPath}/{spks}/{file}.wav", f"{pitPath}/{spks}/{file}.pit", device)
File "D:\4399TMD\python\Project\so-vits-svc-5.0-bigvgan-mix-v2\prepare\preprocess_crepe.py", line 28, in compute_f0
pitch, periodicity = crepe.predict(
^^^^^^^^^^^^^^
TypeError: predict() got an unexpected keyword argument 'batch_size'
PS D:\4399TMD\python\Project\so-vits-svc-5.0-bigvgan-mix-v2>
The text was updated successfully, but these errors were encountered: