Update README.md
Browse files
README.md
CHANGED
@@ -198,7 +198,7 @@ print(prediction[3])
|
|
198 |
# Alternatively, use the utterance embedding extractor:
|
199 |
emb = language_id.encode_batch(signal)
|
200 |
print(emb.shape)
|
201 |
-
|
202 |
```
|
203 |
To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling the `from_hparams` method.
|
204 |
|
|
|
198 |
# Alternatively, use the utterance embedding extractor:
|
199 |
emb = language_id.encode_batch(signal)
|
200 |
print(emb.shape)
|
201 |
+
# torch.Size([1, 1, 256])
|
202 |
```
|
203 |
To perform inference on the GPU, add `run_opts={"device":"cuda"}` when calling the `from_hparams` method.
|
204 |
|