Update README.md
Browse files
README.md
CHANGED
@@ -75,7 +75,7 @@ There is no need for `ecapa2_model.eval()` or `torch.no_grad()`, this is done au
|
|
75 |
For the extraction of other hierachical features, the `label` argument can be used, which accepts a string containing the feature ids separated with '|':
|
76 |
|
77 |
```python
|
78 |
-
#
|
79 |
feature = ecapa2_model(audio, label='embedding')
|
80 |
|
81 |
# concatenates the gfe_1, pool and embedding features
|
|
|
75 |
For the extraction of other hierachical features, the `label` argument can be used, which accepts a string containing the feature ids separated with '|':
|
76 |
|
77 |
```python
|
78 |
+
# default, only extract the embedding
|
79 |
feature = ecapa2_model(audio, label='embedding')
|
80 |
|
81 |
# concatenates the gfe_1, pool and embedding features
|