Tacotron-pytorch icon indicating copy to clipboard operation
Tacotron-pytorch copied to clipboard

Pytorch implementation of Tacotron

Results 6 Tacotron-pytorch issues
Sort by recently updated
recently updated
newest added

Because my computer training speed is too slow, I want to seek the parameters of training and continue training. thank you

Hello!When I run the code, I meet with this error (0,)`ValueError: operands could not be broadcast together with shapes (1,1024) (0,)`. Could you help me solve it?

Such a wonderful work, I learned a lot from it. thanks @soobinseo I have encountered a problem when running the program. My GPU has 12G memory, but when the batch...

How would you plot the spectrogram? I tried to create an image from inside of `inv_spectrogram(spectrogram)` definition after the `# Convert back to linear` line but still it is black...

Hi soobinseo, I am new to TTS. I found that there were two versions of tacotron implemented by tensorflow and pytorch. I think you have already tested your pytorch version....