Update README.md
Browse files
README.md
CHANGED
@@ -73,7 +73,7 @@ The model is available for use in the NeMo toolkit [3] and can be used as a pre-
|
|
73 |
|
74 |
```python
|
75 |
import nemo.collections.asr as nemo_asr
|
76 |
-
speaker_model = nemo_asr.models.EncDecSpeakerLabelModel.
|
77 |
```
|
78 |
|
79 |
### Embedding Extraction
|
|
|
73 |
|
74 |
```python
|
75 |
import nemo.collections.asr as nemo_asr
|
76 |
+
speaker_model = nemo_asr.models.EncDecSpeakerLabelModel.restore_from("./titanet_finetune_tr.nemo")
|
77 |
```
|
78 |
|
79 |
### Embedding Extraction
|