Commit
·
f5e0ae6
1
Parent(s):
ad9eed9
Update README.md
Browse files
README.md
CHANGED
|
@@ -64,6 +64,9 @@ asr_model.transcribe_file("speechbrain/asr-wav2vec2-commonvoice-rw/example.mp3")
|
|
| 64 |
### Inference on GPU
|
| 65 |
To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling the `from_hparams` method.
|
| 66 |
|
|
|
|
|
|
|
|
|
|
| 67 |
### Training
|
| 68 |
The model was trained with SpeechBrain.
|
| 69 |
To train it from scratch follow these steps:
|
|
|
|
| 64 |
### Inference on GPU
|
| 65 |
To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling the `from_hparams` method.
|
| 66 |
|
| 67 |
+
## Parallel Inference on a Batch
|
| 68 |
+
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.
|
| 69 |
+
|
| 70 |
### Training
|
| 71 |
The model was trained with SpeechBrain.
|
| 72 |
To train it from scratch follow these steps:
|