Mshriver2

Results 11 comments of Mshriver2

This also solved the issue for me. I recommend trying it.

please add pause and resume

I have my training folder path set to this folder full of vocal only .wavs (don't know why they say instrumental but they are only vocal) ![image](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI/assets/3216992/7dda92bf-f5ca-4c99-8115-607a61314432)

When running the scipy import command in the python3 interrupter I get the following. So it looks like it is installed so I am a bit confused of what the...

This is the specific error that goes in the console when clicking "process data". ![image](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI/assets/3216992/cdaa09f6-7efd-4b5f-bed4-98db0912052d)

> `pip install scipy` I have done both "pip install scipy" and "pip3 install scipy" both say they are already installed.

If I open a python terminal and do "from scipy import signal" it works just fine without error. However when I try to "process data" I get the error that...

This solved my issue. Thanks guys

I also tried `pip install faiss-gpu`, but got the following error. ![image](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI/assets/3216992/642f8189-860f-4a78-8410-8bdccfa09e9f)

Thanks, that fixed it