Mirco commited on
Commit
3cb0c3a
1 Parent(s): 39e5ed6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
- 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
 
 
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