RVC-Project / Retrieval-based-Voice-Conversion-WebUI

Easily train a good VC model with voice data <= 10 mins!
MIT License
23.09k stars 3.46k forks source link

在mac系统中运行rvc进行推理,模型是线上训练的,线下进行推理的时候出错 #2281

Open minglang3 opened 3 weeks ago

minglang3 commented 3 weeks ago

推理经过几秒后出错,终端显示:warnings.warn('resource_tracker: There appear to be %d ',用了github的几种方法都无法进行推理。求解决

minglang3 commented 3 weeks ago

WARNING:root:Pytorch pre-release version 2.4.0.dev20240415 - assuming intent to test it /Users/gaoge/opt/anaconda3/lib/python3.9/site-packages/gradio_client/documentation.py:105: UserWarning: Could not get documentation group for <class 'gradio.mix.Parallel'>: No known documentation group for module 'gradio.mix' warnings.warn(f"Could not get documentation group for {cls}: {exc}") /Users/gaoge/opt/anaconda3/lib/python3.9/site-packages/gradio_client/documentation.py:105: UserWarning: Could not get documentation group for <class 'gradio.mix.Series'>: No known documentation group for module 'gradio.mix' warnings.warn(f"Could not get documentation group for {cls}: {exc}") Running on local URL: http://0.0.0.0:7865 zsh: segmentation fault python infer-web.py (base) gaoge@gaogedeMac-mini Retrieval-based-Voice-Conversion-WebUI % /Users/gaoge/opt/anaconda3/lib/python3.9/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 1 leaked semaphore objects to clean up at shutdown warnings.warn('resource_tracker: There appear to be %d '

ethicalvats commented 6 days ago

facing the same problem