tacotron
tacotron copied to clipboard
A TensorFlow implementation of Google's Tacotron speech synthesis with pre-trained model (unofficial)
I am a little confused about the different versions of tensorflow. I have tacotron running OK on one machine and decided to install a more modern 11 gb nvidia card...
Hello and thank you for sharing your work! Do you have a checkpoint or any code for an emotional approach on speech synthesis? Thank you very much in advance!
|████████████████████████████████| 53.9MB 87kB/s ERROR: Command errored out with exit status 1: command: /opt/anaconda3/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/44/g40pxdxd0q9_3hktw5c79g280000gn/T/pip-install-ckl_jm0b/matplotlib/setup.py'"'"'; __file__='"'"'/private/var/folders/44/g40pxdxd0q9_3hktw5c79g280000gn/T/pip-install-ckl_jm0b/matplotlib/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base pip-egg-info...
Here are some voices from Family Guy.
This PR actualizes dependencies and adds preprocessing for Russian corpus Ruslan. You can download dataset for TTS for Russian lang from https://ruslan-corpus.github.io/
i already installed falcon 1.2.0 but facing the error on line " from hparams import hparams, hparams_debug_string" error: no module named 'hparams'
I want to convert a checkpoint to a tflite model. How can i do that?
A post on googleblog says: >Most neural text-to-speech (TTS) systems produce over-smoothed spectrograms. When applied to the Tacotron TTS system, a GAN can recreate some of the realistic-texture, which reduces...
I'm trying to use my own data for training. I've tested with the LJSpeech dataset, which even after a few thousand steps produces speech-like audio. Yet, training on my dataset...