Giter Club home page Giter Club logo

Comments (9)

liangshuang1993 avatar liangshuang1993 commented on July 18, 2024 1

@Liujingxiu23 Thanks, I just found I calculate time in a wrong way, to generate mel and mel_postnet, it takes about 0.05 using P100.

from fastspeech.

Liujingxiu23 avatar Liujingxiu23 commented on July 18, 2024

How about your wave synthesized? I synthesized wavs using model checkpoint "checkpoint_40000.pth.tar". The quality is bad.

from fastspeech.

xcmyz avatar xcmyz commented on July 18, 2024

Total loss is as follows (I cut top 30000):
loss_one

from fastspeech.

xcmyz avatar xcmyz commented on July 18, 2024

I will put result wav here soon.

from fastspeech.

liangshuang1993 avatar liangshuang1993 commented on July 18, 2024

@xcmyz Can you tell me how long do you need to synthesis a speech? Thanks!

from fastspeech.

Liujingxiu23 avatar Liujingxiu23 commented on July 18, 2024

@xcmyz Thank you for your reply. How many iters the model need to converge ? I use the LJSpeech dataset

from fastspeech.

liangshuang1993 avatar liangshuang1993 commented on July 18, 2024

@Liujingxiu23 My loss is about 0.2, not good either. How long do you need to synthesis a new speech?

from fastspeech.

Liujingxiu23 avatar Liujingxiu23 commented on July 18, 2024

mel_output, mel_output_postnet = model(src_seq, src_pos)
mel = mel_output_postnet[k].detach().cpu().numpy()
wav = audio.inv_mel_spectrogram(mel.T)

For batch-size=10, seq_len=75, using one GPU, the time spend:

  1. to generate mel and mel_postnet : 0.159 sec
  2. to generate mel, mel_postnet and wavs: 37.625 sec

from fastspeech.

Liujingxiu23 avatar Liujingxiu23 commented on July 18, 2024

@xcmyz I tried your laest code, the acoustic quality improve much, early the same as tacotron2 I think.
The TTS corpus I use is chinese, and I keep the default hparams setting.
My loss seems not as good as yours, the postnet-mel-loss converge to about 0.5, the duration loss about 0.8. I don not know why?
By the way the pronunciation as well as the tone is not that good. For example, in same wavs "zhang" read like "zhan", “tao3” read like “tao2” ,why this happens? Do you have any suggest to solve this problem?

from fastspeech.

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.