Giter VIP home page Giter VIP logo

Comments (5)

rishubil avatar rishubil commented on July 18, 2024 9

I'm considering using TTS for entertainment purposes (e.g. for Twitch, Youtube live broadcasts), so I don't need very high quality audio.

Anyway, I was able to get enough results with about 3 hours of recording data I used, but I don't know if 3 hours of data would be enough for other cases.

Sample speech synthesis for a few sentences can be found at https://sce-tts.github.io/
Also, the voice dataset, pretrained model, and source code I used are all publicly available at https://sce-tts.github.io/#/license
So if you are interested, you can try it yourself. (Although there is no guide written in English 😢 )

The pretrained model of Glow-TTS that I released was trained for about 2.5 days using single RTX 6000.

This is a screenshot of my Tensorboard.

image
image

from glow-tts.

rishubil avatar rishubil commented on July 18, 2024 1

I am not a maintainer of this repository, but recently I have successfully trained Glow-TTS in diffirent language(Korean).

As you said, you can modify it in almost the same way as NVIDIA/tacotron2.

You can check my commit at sce-tts/glow-tts@e9c4701

from glow-tts.

41WhiteElephants avatar 41WhiteElephants commented on July 18, 2024

Thanks for advice. I don't see warm start option, did you train it from scratch or did a transfer learning from pretrained model? And what about your changes to mel min & max values? What's it for?

from glow-tts.

rishubil avatar rishubil commented on July 18, 2024

I don't see warm start option, did you train it from scratch or did a transfer learning from pretrained model?

I am considering using TTS commercially so I did not transfer learning from a pretrained model published for research use.
Instead, I recorded my voice for about 3 hours and trained it from scratch.

And what about your changes to mel min & max values? What's it for?

I am using Multi-band MelGAN implemented by TensorSpeech/TensorFlowTTS instead of WaveGlow as Vocoder.
In the preprocessing of TensorFlowTTS, fmin and fmax were set to 80 and 7600, so I modified the same in Glow-TTS.

from glow-tts.

41WhiteElephants avatar 41WhiteElephants commented on July 18, 2024

I see. So only 3 hours was enough data for training good quality voice for commercial use? Can you show any samples? Also how long and on how many GPUs you have trained it?

from glow-tts.

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.