Retrieval-based-Voice-Conversion-WebUI
Retrieval-based-Voice-Conversion-WebUI copied to clipboard
RVC colab disconnect
am I the only one that get disconnected when I try to run the colab version of RVC ? I try on different pc and same problem :/ It's disconnect me from the google colab during the step2b on harvest mode or during step 3 after <10 min.
same here, I started using RVC on Colab 3 days ago and I could do nice session with 200 epochs. now 20 epochs and cut off. And only 20 voica samples. So colab is not usable anymore :(
help PLZ !!!
Same.. when disconnect all runtime reset all files gone. And you must re-install all. Please fix it
I think that it's a not RVC notebook but Google Colab issue. I tried to use a simplified notebook with the same result (disconnect after about 10min).
it's google colab issue, i don't know the details, but i think they are trying to ban rvc 🤔
Facing the same issue, i think it has something to do with their updated policy on not allowing the following anymore:
Glad I am not the only one with this issue. It seems like there aren't many people complaining about it yet which makes me wonder if I am just too poor to buy a Google collab package.
I tried to run training without GUI e.g.
!mkdir /content/Retrieval-based-Voice-Conversion-WebUI/logs/myvoice
python3 /content/Retrieval-based-Voice-Conversion-WebUI/trainset_preprocess_pipeline_print.py /content/drive/MyDrive/dataset/myvoice 40000 2 /content/Retrieval-based-Voice-Conversion-WebUI/logs/myvoice False
The result is the same - disconnect after 5-10min. So it's a not the policy restriction. It looks like a repository ban.
Same problem. Tried different accounts and different colab notebooks. Disconnected between 10 and 20 epochs
I copied the repository on Google disk, then downloaded assets.
The first attempt was to run from Google disk and it failed with an error like #441.
So I run T4-session and copied RVC folder with assets to /content/RVC
and finally the train was completed successfully.
My Colab has only 4 steps
# 1. Attach Google Drive
from google.colab import drive
drive.mount("/content/drive")
# 2. Copy RVC on the session machine
!cp -r /content/drive/MyDrive/RVC /content/
# 3. Install dependencies
!nvidia-smi
!apt-get -y install build-essential python3-dev ffmpeg
!pip3 install --upgrade setuptools wheel
!pip3 install --upgrade pip
!pip3 install faiss-cpu==1.7.2 fairseq gradio==3.14.0 ffmpeg ffmpeg-python praat-parselmouth pyworld numpy==1.23.5 numba==0.56.4 librosa==0.9.2
%cd /content/RVC
!pip3 install -r requirements.txt
# 4. Run UI
%cd /content/RVC
!python3 infer-web.py --colab --pycmd python3
At the bottom of the above image: creating deep fakes.
I think that it's a not RVC notebook but Google Colab issue. I tried to use a simplified notebook with the same result (disconnect after about 10min).
Can it be solved by buying the pro version?
Facing the same issue, i think it has something to do with their updated policy on not allowing the following anymore:
What is the point of colab if it is not going to run a program?
I bought a pro subscription, and yet.... I got an error. I lost a great deal of tokens to get 0 results.
Will nobody help?! I have the exact same problem! Been a week now and nothing's changed. I don't have enough data to install the local version. PLEASE HELP!!!
I found this notebook on Kaggle, and it doesn't use WebUI, so it doesn't face disconnection issues on Google Colab or Kaggle.
I tried to run training without GUI e.g.
!mkdir /content/Retrieval-based-Voice-Conversion-WebUI/logs/myvoice python3 /content/Retrieval-based-Voice-Conversion-WebUI/trainset_preprocess_pipeline_print.py /content/drive/MyDrive/dataset/myvoice 40000 2 /content/Retrieval-based-Voice-Conversion-WebUI/logs/myvoice False
The result is the same - disconnect after 5-10min. So it's a not the policy restriction. It looks like a repository ban.
Because the webui code is still present it has to be fully stripped
I found this notebook on Kaggle, and it doesn't use WebUI, so it doesn't face disconnection issues on Google Colab or Kaggle.
Is there an English version? Chrome doesnt translate the full page for some reason