Jenthe commited on
Commit
807160f
1 Parent(s): 5150818

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
- # only extracts embedding, same as previous example
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