Commit
·
edfae8a
1
Parent(s):
16c4d0d
remove performance without AS-Norm for concise
Browse files
README.md
CHANGED
@@ -27,11 +27,11 @@ The system can be used to extract speaker embeddings with different model size.
|
|
27 |
It is trained on Voxceleb2 training data using data augmentation.
|
28 |
The model performance on Voxceleb1-test set(Cleaned)/Vox1-O are reported as follows.
|
29 |
|
30 |
-
| Supernet Stage | Subnet | MACs (
|
31 |
-
|
32 |
-
| depth | Base | 1.45G | 5.79M | 0.94 |
|
33 |
-
| width 1 | Mobile | 570.98M | 2.42M | 1.41 |
|
34 |
-
| width 2 | Small | 204.07M | 899.20K | 2.20 |
|
35 |
|
36 |
The details of three subnets are:
|
37 |
|
|
|
27 |
It is trained on Voxceleb2 training data using data augmentation.
|
28 |
The model performance on Voxceleb1-test set(Cleaned)/Vox1-O are reported as follows.
|
29 |
|
30 |
+
| Supernet Stage | Subnet | MACs (3s) | Params | EER(%) | minDCF |
|
31 |
+
|:-------------:|:--------------:|:--------------:|:--------------:|:--------------:|:--------------:|
|
32 |
+
| depth | Base | 1.45G | 5.79M | 0.94 | 0.089 |
|
33 |
+
| width 1 | Mobile | 570.98M | 2.42M | 1.41 | 0.124 |
|
34 |
+
| width 2 | Small | 204.07M | 899.20K | 2.20 | 0.219 |
|
35 |
|
36 |
The details of three subnets are:
|
37 |
|