speechbrainteam
commited on
Commit
•
51b1a22
1
Parent(s):
1588f3e
Update README.md
Browse files
README.md
CHANGED
@@ -65,6 +65,11 @@ asr_model.transcribe_file('speechbrain/asr-crdnn-rnnlm-librispeech/example.wav')
|
|
65 |
### Inference on GPU
|
66 |
To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling the `from_hparams` method.
|
67 |
|
|
|
|
|
|
|
|
|
|
|
68 |
### Training
|
69 |
The model was trained with SpeechBrain (Commit hash: '2abd9f01').
|
70 |
To train it from scratch follow these steps:
|
|
|
65 |
### Inference on GPU
|
66 |
To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling the `from_hparams` method.
|
67 |
|
68 |
+
## Parallel Inference on a Batch
|
69 |
+
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.
|
70 |
+
|
71 |
+
|
72 |
+
|
73 |
### Training
|
74 |
The model was trained with SpeechBrain (Commit hash: '2abd9f01').
|
75 |
To train it from scratch follow these steps:
|