GithubHelp home page GithubHelp logo

Comments (8)

Fyphen1223 avatar Fyphen1223 commented on June 13, 2024 4

um, I think I figure out the way. I didn't zipped dataset in correct way.
Thanks @Gabibing for supporting me.
For someone looking for answer for this problem:

You must create folders called speaker0 - speakerxxx in dataset_raw folder. In speakerxxx, you should put dataset file (audio file). I think most of popular format of audio files are accepted in this repository.

from so-vits-svc-5.0.

Gabibing avatar Gabibing commented on June 13, 2024

It seems that there is no validation dataset.
if you don't want to add validation dataset, just disable validation phase.

in line 160 in content/so-vits-svc-5.0/vits_extend/train.py
# validate(hp, args, model_g, model_d, valloader, stft, writer, step, device)

from so-vits-svc-5.0.

Fyphen1223 avatar Fyphen1223 commented on June 13, 2024

Thank you for your answer, but how can I make or add validation dataset?

from so-vits-svc-5.0.

Fyphen1223 avatar Fyphen1223 commented on June 13, 2024

And when I disabled that line, the training code just says 0it/s, and does not do anything. It just create sovits5.0-xxx.ckpt.

from so-vits-svc-5.0.

Fyphen1223 avatar Fyphen1223 commented on June 13, 2024

Is this behaviour ok?

from so-vits-svc-5.0.

Gabibing avatar Gabibing commented on June 13, 2024

You should check if you prepared well. I think you don't have valid "files/valid.txt" in this case. You can create that file it by running prepare/preprocess_train.py.

from so-vits-svc-5.0.

Fyphen1223 avatar Fyphen1223 commented on June 13, 2024

um, I did running it in official Colab. And it just says 0/0 0it/s. What is going on?

from so-vits-svc-5.0.

Gabibing avatar Gabibing commented on June 13, 2024

Exactly, validation set is for the validation not for training.
So if you can train your model well, you can skip the validation phase.
(but its result isn't guaranteed)
I can't answer what exact problem is because there could be a lot of reasons for that.
it may be due to preprocess, dataset path, or other problems.
I hope you find the cause well.

from so-vits-svc-5.0.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.