ming024 / FastSpeech2

An implementation of Microsoft's "FastSpeech 2: Fast and High-Quality End-to-End Text to Speech"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Bingtai1015 opened this issue · comments

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?