SeanNaren / deepspeech.torch

Speech Recognition using DeepSpeech2 network and the CTC activation function.
MIT License
260 stars 73 forks source link

Loading Weights and MultiGPU Support #72

Closed nn-learner closed 7 years ago

nn-learner commented 7 years ago

Whenever I load the weights, how come the model is not utilizing the other GPUs? It only loads it on 1 GPU.

nileshnegi commented 7 years ago

Have you tried using the -nGPU option?

SeanNaren commented 7 years ago

Using the -nGPU option should load the model onto every GPU. Let me know if this doesn't fix the problem, and we can re-open the issue.