DeepConvolutionalTTS-pytorch
DeepConvolutionalTTS-pytorch copied to clipboard
Deep Convolutional TTS pytorch implementation
Dear Yangyangii: Hello! Thank you for your wonderful work! After I ran prepro.py by following your instructions, I got an error when I train the model Text2Mel. ``` Traceback (most...
I'm reproduce the result. after I finish Text2Mel training, I try to train SSRN. however, hit Out of Memory. https://github.com/Yangyangii/DeepConvolutionalTTS-pytorch/blob/master/train.py#L195 https://github.com/Yangyangii/DeepConvolutionalTTS-pytorch/blob/master/model.py#L75 Do you have any idea? ``` Traceback (most recent...