logan hart

Results 19 comments of logan hart

> Hi @Ca-ressemble-a-du-fake, Thanks again for your quick response. > > I have structured the data so that each speaker has its own metadata and folder. Therefore, I am treating...

> Good morning @Ca-ressemble-a-du-fake, > I tried to use train_tts.py and now I have another error related to the own data. I've been trying to see where the error comes...

> Hi @loganhart420 I am the colleague of @GerrySant. In the end we restructured our data in `vctk_old` format and launched some processes using the `train_tts.py`, and we still have...

> **Calculate the amount of vram[GPU memory] will be used in the first stage of trainer.fit** > > Based on the batch size, dataset, and other variables. Sometimes it takes...

> Does it avaiable for now I'm currently training the pretrained models, the pr to follow along is here: https://github.com/coqui-ai/TTS/pull/2095

> Polish is awesome! > When would it be ready? Can I download the model even if its WIP ? you can clone the branch right now and train from...

I was able to do successfully generate audio using both a list of strings with length of 1 and 2. ``` from TTS.api import TTS tts = TTS("tts_models/multilingual/multi-dataset/xtts_v2", gpu=True) tts.tts_to_file(...

I wasn't able to replicate using the same env. maybe the version of the trainer is mismatched. Try installing the newest version of TTS.

> Hey @loganhart420, have you discovered anything else? The behavior is the same if the changes are made directly in the config. I haven't yet. I'm exploring this all morning...