Majid Adibian
Majid Adibian
Hi I found following parameters in training synthesizer. First question is that this parameters are for which data? ``` tts_schedule = [(2, 1e-3, 20_000, 12), # Progressive training schedule (2,...
Hi Thanks for this great project. I trained a multi speaker Tacotron using [this repo](https://github.com/CorentinJ/Real-Time-Voice-Cloning) in new dataset and results was good. Then I test hifigan as vocoder from [this...
Hi Thanks for this great implementation. I trained Tacotron and used WaveRNN as vocoder and result was good. Now I want to use HiFi-GAN as vocoder so I cloned this...
Hi When I start training, time of train of any step is good and it uses GPU but after 32 steps (if `_batches_per_group=32` in datafeeder) GPU utilization going to 0...
Hi. I am exploring about speed of training and inference different multi speaker TTS models on single CPU or singe GPU. Thanks for any explanation in this case for current...
Hi. I am exploring about speed of training and inference different multi speaker TTS models on single CPU or on singe GPU. Thanks for any explanation in this case for...
Hi. I am exploring about speed of training and inference different multi speaker TTS models on single CPU or on singe GPU. Thanks for any explanation in this case for...
I want to train a multi speaker model in Persian language. First of all I tried to find available multi speaker models and just found Mellotron and Flowtron. Now I...
Hi Thanks for this great implementation. The **sampling rate** in my data is **44.1 kHz** so what changes are required in the parameters of config files to train the synthesizer?...