-
Hi,
I wanted to know if all LJspeech files are used for training the pretrained ljspeech model?
I want to fine-tune the model, so I wanted to use the same training files for the fine-tuning.
-
Hi @r9y9, brilliant work with your implementation!
Could you tell me if I can pass in lo-fi audio at synthesis time to help guide generation?
I have audio at a sample rate of 4kHz, along with Mel-…
-
When I run [Online TTS demo](https://colab.research.google.com/github/r9y9/Colaboratory/blob/master/Tacotron2_and_WaveNet_text_to_speech_demo.ipynb) on colab,
in the section `Mel-spectrogram predicti…
-
If my comprehension is correct, the vocoders on the MOS chart were evaluated in the condition such that the input of the vocoders were features extracted from STRAIGHT, and the output were raw wavefor…
-
After learning Tacotron-2 up to 10000 steps, I tried text to speech.
How to train the wave_pretrained?
~~~
python synthesize.py
~~~
Error:
~~~
synthesized mel spectrograms at tacotron_outpu…
-
I downloaded the recently updated code, and trained 280,000 steps. The effect is OK, but when I input the generated mel spectrogram into r9y9's training 50k step model, the effect is not good. The f…
-
Hello Tiberiu,
I'd love to test TTS-Cube, but unfortunately now i don't have access to a good GPU (and i don't think i could train a TTS on a laptop with a 940mx), do you have a pretrained english …
-
Hey I am glad to inform you that I have succeeded to merge Tacotron model with World vocoder and generated some evaluation results as follows. The results sound not bad but still not perfect. However …
-
Hi I followed this instrcutions to setup:
$ git clone https://github.com/kan-bayashi/PytorchWaveNetVocoder.git
$ cd PytorchWaveNetVocoder/tools
$ make
however this resulted in the following er…
-
Hello Tiberiu,
Thanks for making the code for TTS-Cube available, I'm finding it really useful for my thesis.
However, I'm currently looking to train TTS-Cube on audio and transcripts extracted f…