Update README.md
Browse files
README.md
CHANGED
@@ -91,7 +91,7 @@ The following table describes the available features. All features consists of t
|
|
91 |
| ----------- | ----------- | ----------- |
|
92 |
| gfe_1 | 2048 | Mean and variance of frame-level features as indicated in Figure 1, extracted before ReLU and BatchNorm layer.
|
93 |
| gfe_2 | 2048 | Mean and variance of frame-level features as indicated in Figure 1, extracted before ReLU and BatchNorm layer.
|
94 |
-
| pool | 3072 | Pooled statistics
|
95 |
| attention | 3072 | Same as the pooled statistics but with the attention weights applied.
|
96 |
| embedding | 192 | The standard ECAPA2 speaker embedding.
|
97 |
|
|
|
91 |
| ----------- | ----------- | ----------- |
|
92 |
| gfe_1 | 2048 | Mean and variance of frame-level features as indicated in Figure 1, extracted before ReLU and BatchNorm layer.
|
93 |
| gfe_2 | 2048 | Mean and variance of frame-level features as indicated in Figure 1, extracted before ReLU and BatchNorm layer.
|
94 |
+
| pool | 3072 | Pooled statistics before the bottleneck speaker embedding layer, extracted before ReLU layer.
|
95 |
| attention | 3072 | Same as the pooled statistics but with the attention weights applied.
|
96 |
| embedding | 192 | The standard ECAPA2 speaker embedding.
|
97 |
|