Aitron Emper
Aitron Emper
Gradio will be updated in the next Applio version we release
That works for you? Because even with your pull request in my case training in 44k doesn't work
I see you misunderstood a few things: 1. You need to complete all the steps (Preprocess and Extract) before starting the training process. 2. Applio is written in Python and...
It's a good a idea but it needs to be implemented in all the settings and that can be time consuming. I will add your fix for the typos and...
It could be because a lot of things but I think is one of this: 1. Your GPU driver is outdated: https://docs.nvidia.com/deeplearning/cudnn/latest/reference/support-matrix.html 2. Your GPU only has 5 GB of...
Applio uses identical code for GPU detection and utilization in both RVC WebUI. We only chnaged the Torch version, hence I'm sharing this link https://docs.nvidia.com/deeplearning/cudnn/latest/reference/support-matrix.html for you to verify compatibility...
It could be an issue with Arch because in my Ubuntu server it works without any issues.
Yes because of the torch version maybe
Sorry I didn't explain me well I was saying that probably the newer torch version we are using is broken in arch but try this: pip install torch==2.1.1 torchvision==0.16.1 torchaudio==2.1.1...
This could be because we use an updatyed version of torch meanwhile mainline uses an oudated version of torch, please check if you have the correct drivers installed in the...