FastSpeech2
FastSpeech2 copied to clipboard
synthesize.py LibriTTS RuntimeError: CUDA error: device-side assert triggered
Hi, when I run python3 synthesize.py --text "he seized a carving knife and attempted to defend himself with blind but ineffectual fury, and at length, with a desperate effort, rose and took to his heels" --speaker_id 5189 --restore_step 800000 --mode single -p config/LibriTTS/preprocess.yaml -m config/LibriTTS/model.yaml -t config/LibriTTS/train.yaml, It reports an error: RuntimeError: CUDA error: device-side assert triggered how can I solve it?
Have you solved the problem?