model trained with regular softmax added
Browse files- classifier.ckpt +2 -2
- embedding_model.ckpt +1 -1
- hyperparams.yaml +1 -0
classifier.ckpt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b3708b045e2a746e2b388c2cb58e7588ffc155c9ae26cc668076f6eb306334c
|
3 |
+
size 525819
|
embedding_model.ckpt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 83310835
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1c923b08c45d40cf87c0479b80fc6545853633a23be0a762b7f0db2beab4b0ce
|
3 |
size 83310835
|
hyperparams.yaml
CHANGED
@@ -24,6 +24,7 @@ embedding_model: !new:speechbrain.lobes.models.ECAPA_TDNN.ECAPA_TDNN
|
|
24 |
channels: [1024, 1024, 1024, 1024, 3072]
|
25 |
kernel_sizes: [5, 3, 3, 3, 1]
|
26 |
dilations: [1, 2, 3, 4, 1]
|
|
|
27 |
attention_channels: 128
|
28 |
lin_neurons: 192
|
29 |
|
|
|
24 |
channels: [1024, 1024, 1024, 1024, 3072]
|
25 |
kernel_sizes: [5, 3, 3, 3, 1]
|
26 |
dilations: [1, 2, 3, 4, 1]
|
27 |
+
groups: [1, 1, 1, 1, 1]
|
28 |
attention_channels: 128
|
29 |
lin_neurons: 192
|
30 |
|