Coder Social home page Coder Social logo

keonlee9420 / comprehensive-tacotron2 Goto Github PK

View Code? Open in Web Editor NEW
43.0 4.0 15.0 133.19 MB

PyTorch Implementation of Google's Natural TTS Synthesis by Conditioning WaveNet on Mel Spectrogram Predictions. This implementation supports both single-, multi-speaker TTS and several techniques to enforce the robustness and efficiency of the model.

License: MIT License

Python 100.00%
text-to-speech tts tacotron tacotron2 pytorch speech-synthesis autoregressive single-speaker multi-speaker robustness

comprehensive-tacotron2's People

Contributors

keonlee9420 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

comprehensive-tacotron2's Issues

some questions about synthesize

@keonlee9420 Thanks for your great work of this repo!

However, I have some questions about this model:

  1. I have used the pretrained model to get good performance on single speaker (LJSpeech), but can't synthesize speech on multi-speaker, becasue I dont have the speaker embedding on VCTK. Could you upload some speaker embedding .npy files such as the default speaker "p225" ? I am downloading VCTK but expect it to take a day.
  2. Have you tested the performance on the LibriTTS dataset?

preprocess.py error

raceback (most recent call last):
File "D:\C\Comprehensive-Tacotron2-main\preprocess.py", line 28, in
main(preprocess_config)
File "D:\C\Comprehensive-Tacotron2-main\preprocess.py", line 13, in main
preprocessor.build_from_path()
File "D:\C\Comprehensive-Tacotron2-main\preprocessor\vctk.py", line 168, in build_from_path
self.divide_speaker_by_gender(self.in_dir), filename="spker_embed_tsne.png"
File "D:\C\Comprehensive-Tacotron2-main\utils\tools.py", line 314, in plot_embedding
data_y = np.array([gender_dict[spk_id] == 'M' for spk_id in embedding_speaker_id], dtype=np.int)
File "D:\C\Comprehensive-Tacotron2-main\utils\tools.py", line 314, in
data_y = np.array([gender_dict[spk_id] == 'M' for spk_id in embedding_speaker_id], dtype=np.int)
KeyError: 'preprocessed_data\VCTK\spker_embed\p225'

Can't install or run

from numba import _dynfunc, _helperlib
ImportError: numpy.core.multiarray failed to import

how to train chinese

i am from china, and find your program is wonderful.
But i don't know how to train a model for chinese.
Can you give some guidance?
very greatful.

not find "speakers.json"

Called in the code "speakers.json" ,but I didn't find this file,I hope you can answer this question, thank you

about train error

RuntimeError: Input tensor at index 1 has invalid shape [13, 432, 154], but expected [13, 432, 183]

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.