Update: threshold for centroid clustering for SimAM100
Browse files- config.yaml +1 -1
config.yaml
CHANGED
@@ -14,6 +14,6 @@ params:
|
|
14 |
clustering:
|
15 |
method: centroid
|
16 |
min_cluster_size: 12
|
17 |
-
threshold: 0.
|
18 |
segmentation:
|
19 |
min_duration_off: 0.0
|
|
|
14 |
clustering:
|
15 |
method: centroid
|
16 |
min_cluster_size: 12
|
17 |
+
threshold: 0.804545 # Best DER Test on VoxCeleb: (DER = 0.158379)
|
18 |
segmentation:
|
19 |
min_duration_off: 0.0
|