speechbrainteam
commited on
Commit
·
7d2afda
1
Parent(s):
0bd9e50
Update README.md
Browse files
README.md
CHANGED
@@ -68,6 +68,9 @@ asr_model.transcribe_file("speechbrain/asr-crdnn-transformerlm-librispeech/examp
|
|
68 |
### Inference on GPU
|
69 |
To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling the `from_hparams` method.
|
70 |
|
|
|
|
|
|
|
71 |
### Training
|
72 |
The model was trained with SpeechBrain (Commit hash: 'eca313cc').
|
73 |
To train it from scratch follow these steps:
|
|
|
68 |
### Inference on GPU
|
69 |
To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling the `from_hparams` method.
|
70 |
|
71 |
+
## Parallel Inference on a Batch
|
72 |
+
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.
|
73 |
+
|
74 |
### Training
|
75 |
The model was trained with SpeechBrain (Commit hash: 'eca313cc').
|
76 |
To train it from scratch follow these steps:
|