Skip to content
Discussion options

You must be logged in to vote

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 ...".

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@roman-vygon
Comment options

@VahidooX
Comment options

Answer selected by roman-vygon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants