speechbrainteam commited on
Commit
2f8790e
1 Parent(s): 3b32a47

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -66,6 +66,8 @@ asr_model.transcribe_file("speechbrain/asr-crdnn-commonvoice-fr/example-fr.wav")
66
  ### Inference on GPU
67
  To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling the `from_hparams` method.
68
 
 
 
69
 
70
  ### Training
71
  The model was trained with SpeechBrain (986a2175).
66
  ### Inference on GPU
67
  To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling the `from_hparams` method.
68
 
69
+ ## Parallel Inference on a Batch
70
+ Please, [see this Colab notebook](https://colab.research.google.com/drive/1hX5ZI9S4jHIjahFCZnhwwQmFoGAi3tmu?usp=sharing) to figure out how to transcribe in parallel a batch of input sentences using a pre-trained model.
71
 
72
  ### Training
73
  The model was trained with SpeechBrain (986a2175).