Jenthe commited on
Commit
5ab3c24
1 Parent(s): 817c6ab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -62,8 +62,8 @@ feature = ecapa2_model(audio, label='embedding|gfe_1|pool')
62
 
63
  The following table describes the available features:
64
 
65
- | Feature ID| Description | Usage |
66
- | ----------- | ----------- | ----------- |
67
  | gfe_1, gfe_2 | Mean and variance of frame-level features as indicated in Figure 1, extracted before ReLU and BatchNorm layer.
68
  | pool | Pooled statistics (mean and variance) before the bottleneck speaker embedding layer, extracted before ReLU layer.
69
  | attention | Same as the pooled statistics but with the attention weights applied.
 
62
 
63
  The following table describes the available features:
64
 
65
+ | Feature ID| Description |
66
+ | ----------- | ----------- |
67
  | gfe_1, gfe_2 | Mean and variance of frame-level features as indicated in Figure 1, extracted before ReLU and BatchNorm layer.
68
  | pool | Pooled statistics (mean and variance) before the bottleneck speaker embedding layer, extracted before ReLU layer.
69
  | attention | Same as the pooled statistics but with the attention weights applied.