Giter Club home page Giter Club logo

Comments (3)

OlaWod avatar OlaWod commented on July 3, 2024 1

多谢!另外同学我想再咨询一个问题,在原版VITS(https://github.com/jaywalnut310/vits)中,在evaluate的过程中并没有计算在验证集上的loss,那该如何避免过拟合呢?如何选择最佳的模型呢?

The larger the dataset, the less likely it is to overfit.
A simple solution to choose the best checkpoint is to synthesize waveforms with different checkpoints and test their metrics (say, objective smos, l2 distance between $y$ and $y_{hat}$, etc.) results. We can also log the metrics results of validation set during validation, just

def evaluate(...)
    ...
    y_hat, ... = generator.module.infer(...)
    foo = metrics1(y_hat, ...)
    bar = metrics2(y_hat, ...)
    ...
    scalar_dict.update({"metrics1": foo, "metrics2": bar})
    ...

from freevc.

OlaWod avatar OlaWod commented on July 3, 2024

Number of parameters:
WavLM: 315.5 M
Other parts of model: 40.8 M

Inference speed:
On average it takes 0.05 seconds to generate 1 second speech. (tested with 4800 utterances for a total of 21336.72 seconds)

from freevc.

guoyingying432 avatar guoyingying432 commented on July 3, 2024

多谢!另外同学我想再咨询一个问题,在原版VITS(https://github.com/jaywalnut310/vits)中,在evaluate的过程中并没有计算在验证集上的loss,那该如何避免过拟合呢?如何选择最佳的模型呢?

from freevc.

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.