Coder Social home page Coder Social logo

Comments (4)

Tomiinek avatar Tomiinek commented on May 27, 2024

Hi, thank you, nice to hear ๐Ÿ™‚

At first, I will ask you a silly question: why do you need a multilingual model? Isn't an multispeaker English text-to-speech model enough for you? Btw I think I have a monolingual monospeaker English model trained using this code on my local machine. If you want, I can share it.

Your plan is ok, but:

a) It was, it actually does just spectrogram inversion, so it might somehow work anyway. You can also use a different model with publicly available pretrained weights (such as WaveGlow).

b-c) You do not need to use Common Voice, English is data rich and has a wide variety of multispeaker datasets. You can for example use LJ Speech and a subset of VCTK to replace CSS10 and CommonVoice. But you should make sure that these English examples are normalized similarly to the rest of the data used for training (i.e, the same punctuation usage, distriution of sentence lenghts and audio durations, ...)

The current code is not very fine-tuning-friendly, unfortunately ๐Ÿ˜ข

from multilingual_text_to_speech.

vantony1 avatar vantony1 commented on May 27, 2024

hey!

Thank you for getting back to me so quickly and for the feedback. I really appreciate it. I will try to go ahead and train the model on normalized data from the suggested datasets.

A part of the research team is working on using multi-speaker English text-to-speech model so I just wanted to explore a different path. That being said, if you could share the monolingual mono-speaker English model trained using this code on your local machine -- I'll go ahead and test it out to see if its produces the kind of results we want it to. And of course, if we end up using either model for the research, we will make sure to give you the appropriate credit in the paper.

Best,

Vic

from multilingual_text_to_speech.

Tomiinek avatar Tomiinek commented on May 27, 2024

Oh, I see. The english checkpoint is available here. It produces linear spectrograms (not mel), so you should use the Griffin-Lim algorithm for conversion to audio.

Hope it helps ๐Ÿ™‚

from multilingual_text_to_speech.

stale avatar stale commented on May 27, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

from multilingual_text_to_speech.

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.