glow-tts icon indicating copy to clipboard operation
glow-tts copied to clipboard

A Generative Flow for Text-to-Speech via Monotonic Alignment Search

Results 48 glow-tts issues
Sort by recently updated
recently updated
newest added

Hello, I am trying to run glow-tts in Colab (GPU: Tesla K80) I changed the CUDA version by this command ``` !rm /usr/local/cuda !ln -s /usr/local/cuda-10.0 /usr/local/cuda # check if...

Been having trouble with this . Has anyone does this before and can provide some tips or instructions?

You publish a single checkpoint file (pretrained/pretrained_blank.pth), but from the code it seems that there are two checkpoints required for training: G_{epoch}_.pth and ddi_G.pth. Could you clarify whether the models...

ImportError: No module named 'monotonic_align.core' 해당 에러로 인해서 train_ddi.sh가 실행이 되질않습니다. 제가 무엇을 잘못한 건지 질문드립니다. core.pyx는 core.c로 빌드가 된 상태입니다.

I have some question regarding quality of Fastspeech2 output compared to Glow TTS. Currently I am using Glow TTS generated Mels with HifiGan vocoder and quality is good. There is...

Hello and thank you for sharing your work! Do you have multi speaker checkpoints? Much appreciated!!

Hi all, ### Problem description I am running into a strange behavior that I can't understand where I try to train GlowTTS on roughly the same size DB (in terms...

Hi all, This might just be me misunderstanding things but I wanted to ask about the GPU utilization. **What I use** I am using Ubuntu 18.04 and nvidia-smi to monitor...

I do not have a GPU. I would like to use the pretrained model only. Is there a way to do this on CPU? I'm somewhat unfamiliar with deep learning...

Hi Jaehyeon, Could you please provide instructions how to use pretrained model and add new speaker voice? I have created google colab file basing on your work: https://github.com/marlon-br/glow-tts-colab Now I...