Retrieval-based-Voice-Conversion-WebUI icon indicating copy to clipboard operation
Retrieval-based-Voice-Conversion-WebUI copied to clipboard

Feature index training crash on macOS.

Open Naozumi520 opened this issue 2 years ago • 0 comments

As title, we're not able to train feature index on macOS. #695 also shown this issue. The latest MPS support allow us to train a model on macOS, but here's the issues:

  • python crashed after done training.
  • python crashed when I pressed the feature index training button.

So I assume that there's something wrong on feature index training under macOS, causing this issue.

start.sh: line 5: 49222 Segmentation fault: 11  python3.8 infer-web.py --pycmd python3.8
naozumi@n11649166039 RVC % /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/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 '

(This error appeared on done training and feature index training button clicked)

Naozumi520 avatar Jul 11 '23 14:07 Naozumi520