ming024 / FastSpeech2

An implementation of Microsoft's "FastSpeech 2: Fast and High-Quality End-to-End Text to Speech"
MIT License
1.69k stars 515 forks source link

synthesize.py LibriTTS RuntimeError: CUDA error: device-side assert triggered #190

Open Bingtai1015 opened 1 year ago

Bingtai1015 commented 1 year ago

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?

2kjiejie commented 10 months ago

Have you solved the problem?