Fastest way to infer BPE RNNT Conformer #3003
-
Hi! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
That script should use one GPU. Would you please check the value of device variable here: We are working on adding a multi-gpu multi-node transcribe method and would be added hopefully in the following weeks. |
Beta Was this translation helpful? Give feedback.
That script should use one GPU. Would you please check the value of device variable here:
https://github.com/NVIDIA/NeMo/blob/main/examples/asr/transcribe_speech.py#L90
It should something like cuda:0.
We are working on adding a multi-gpu multi-node transcribe method and would be added hopefully in the following weeks.
In the meantime, you may simply divide your manifest file into four files, run each one separately on a gpu by using CUDA_VISIBLE_DEVICES or by running "python transcribe_speech.py cuda=GPU_ID ...".