TensorSpeech / TensorFlowTTS

:stuck_out_tongue_closed_eyes: TensorFlowTTS: Real-Time State-of-the-art Speech Synthesis for Tensorflow 2 (supported including English, French, Korean, Chinese, German and Easy to adapt for other languages)
https://tensorspeech.github.io/TensorFlowTTS/
Apache License 2.0
3.8k stars 810 forks source link

How to use Cuda for inference #716

Closed Aksh97 closed 2 years ago

Aksh97 commented 2 years ago

Hi, which parameter needs to be passed to enable GPU for inference?

TheHonestBob commented 2 years ago

CUDA_VISIBLE_DEVICES=0 python xx.py

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.