FCH-TTS icon indicating copy to clipboard operation
FCH-TTS copied to clipboard

Synthesize - MelGan: Run out of Memory with CUDA

Open babysor opened this issue 4 years ago • 1 comments

Env: (Nvidia T4,torch 1.9.0) Tried the quick start with steps: $ conda create -n ParallelTTS python=3.7.9 $ conda activate ParallelTTS $ pip install -r requirements.txt $ python synthesize.py
--checkpoint ./pretrained/ljspeech-parallel-epoch0100.pth
--melgan_checkpoint ./pretrained/ljspeech-melgan-epoch3200.pth
--input_texts ./samples/english/synthesize.txt Failed with: image

babysor avatar Aug 06 '21 02:08 babysor

Tried with: --device CPU It works.

babysor avatar Aug 06 '21 03:08 babysor