mozilla / DSAlign

DeepSpeech based forced alignment tool
Mozilla Public License 2.0
235 stars 33 forks source link

Doesn't use GPU #8

Closed bwang482 closed 5 years ago

bwang482 commented 5 years ago

I am testing DSAlign with the example data. Everything is installed and configured exactly as in the readme file. However, it doesn't seem to use GPUs. How do I make sure it does use GPUs please? Thanks!

tensorfoo commented 5 years ago

How are you checking if GPU is being used? I'm also very new to DSAlign but i've got it using GPU. Make sure you have set it up correctly to use deepspeech-gpu and install the native client from https://tools.taskcluster.net/index/project.deepspeech.deepspeech.native_client.master/gpu for the right python version (prob 3.6).

eg,pip install --upgrade https://index.taskcluster.net/v1/task/project.deepspeech.deepspeech.native_client.master.03e281864994d05f326420696d98d3367d0a55b0.gpu/artifacts/public/deepspeech_gpu-0.6.0a4-cp36-cp36m-manylinux1_x86_64.whl

tilmankamp commented 5 years ago

It will use the GPU, once you remove package deepspeech and install deepspeech_gpu instead.