Giter Site home page Giter Site logo

Comments (3)

lturing avatar lturing commented on September 3, 2024

你好,不是这样改的,类似EncoderConvolutions(is_training, hparams=hp, scope='encoder_convolutions')中的is_training主要用在dropout层中。

如果要finetune自己的数据,可以看这里,将tacotron_hparams.py中的tacotron_fine_tuning改为True,就是speaker adaptive 的训练

from tacotronv2_wavernn_chinese.

yanglu1994 avatar yanglu1994 commented on September 3, 2024

好的好的,多谢,我试一下。还有一个问题,你给出的两个模型都是基于22050的采样率的,如果我finetune的数据的采样率是16k的话,我需要转换一下采样率么?转换之后效果会不会变差呢?finetune的时候是不是要保证采样率的基模型一致呢?wavernn和tacotron2的采样率是不是也得一致呢?

from tacotronv2_wavernn_chinese.

lturing avatar lturing commented on September 3, 2024

采样率是要保证一致的。效果的话,你可以试试。finetune只需要训练2k步左右,同时finetune wavernn前,可以先用grifin-lim生成wav,或者直接看合成的Mel频谱。
另外,可以用清华thchs30训练一个通用的MelGan声码器(melgan比wavernn速度要快),有新说话人的话,就只用finetune tacotronv2。

from tacotronv2_wavernn_chinese.

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.