Lukas Starenko

Results 6 comments of Lukas Starenko

I see in code that it copes this situation. For example it log it to the console on [this line](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI/blob/7728caad546c8d5dab17e724b41fbe9b28edaf30/infer-web.py#L552). And there is also [if condition in train.py ](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI/blob/7728caad546c8d5dab17e724b41fbe9b28edaf30/infer/modules/train/train.py#L225)about whether...

Hi @yxlllc, I think we could help you with these obstacles and move forward. I am trying to train better hubert_base.pt (with ContentVec) because we realize that we reached the...

Is there any implementation of this. Have you already tried with RVC?

Hi, this worked for me: ``` wandb==0.13.0 pytest==7.1.1 transformers==4.17.0 datasets==2.0.0 simple-parsing==0.0.19.post0 torch==1.10.0 pytorch-lightning==1.5.10 torchaudio==0.10.0 phonemizer==3.2.1 rich==13.0.0 librosa==0.10.0 wget==3.2 lightning-bolts==0.5.0 torchmetrics==0.7.2 ``` I must use Ubuntu 20. There is also problem...

Do you know about a code which could fine-tune VITS model? It seems that RVC trains entire model. We would like to experiment with just fine-tuning. Thank you.