TransSLR v3 | fix:norm+aug+smallermodel | Top-1:35.33%
Browse files- config.json +18 -18
- pytorch_model.bin +2 -2
config.json
CHANGED
|
@@ -9,11 +9,11 @@
|
|
| 9 |
"dataset": "luciayen/KSL-W30-Landmarks",
|
| 10 |
"num_classes": 30,
|
| 11 |
"feat_dim": 225,
|
| 12 |
-
"d_model":
|
| 13 |
"nhead": 4,
|
| 14 |
-
"num_layers":
|
| 15 |
-
"ffn_dim":
|
| 16 |
-
"dropout": 0.
|
| 17 |
"num_frames": 64,
|
| 18 |
"label2idx": {
|
| 19 |
"Agreement": 0,
|
|
@@ -49,21 +49,21 @@
|
|
| 49 |
},
|
| 50 |
"normalisation": "train mean/std applied to all splits",
|
| 51 |
"augmentation": {
|
| 52 |
-
"gaussian_noise_std": 0.
|
| 53 |
-
"temporal_jitter_frames":
|
| 54 |
-
"frame_dropout_fraction": 0.
|
| 55 |
-
"horizontal_flip_prob": 0.
|
| 56 |
},
|
| 57 |
"results": {
|
| 58 |
-
"top1_acc": 0.
|
| 59 |
-
"top5_acc": 0.
|
| 60 |
-
"macro_recall": 0.
|
| 61 |
-
"recall_at_1": 0.
|
| 62 |
-
"recall_at_5": 0.
|
| 63 |
-
"recall_at_10": 0.
|
| 64 |
-
"median_rank":
|
| 65 |
-
"params_M":
|
| 66 |
-
"flops": "
|
| 67 |
-
"latency_ms":
|
| 68 |
}
|
| 69 |
}
|
|
|
|
| 9 |
"dataset": "luciayen/KSL-W30-Landmarks",
|
| 10 |
"num_classes": 30,
|
| 11 |
"feat_dim": 225,
|
| 12 |
+
"d_model": 192,
|
| 13 |
"nhead": 4,
|
| 14 |
+
"num_layers": 3,
|
| 15 |
+
"ffn_dim": 768,
|
| 16 |
+
"dropout": 0.5,
|
| 17 |
"num_frames": 64,
|
| 18 |
"label2idx": {
|
| 19 |
"Agreement": 0,
|
|
|
|
| 49 |
},
|
| 50 |
"normalisation": "train mean/std applied to all splits",
|
| 51 |
"augmentation": {
|
| 52 |
+
"gaussian_noise_std": 0.008,
|
| 53 |
+
"temporal_jitter_frames": 2,
|
| 54 |
+
"frame_dropout_fraction": 0.05,
|
| 55 |
+
"horizontal_flip_prob": 0.0
|
| 56 |
},
|
| 57 |
"results": {
|
| 58 |
+
"top1_acc": 0.3533,
|
| 59 |
+
"top5_acc": 0.7311,
|
| 60 |
+
"macro_recall": 0.3533,
|
| 61 |
+
"recall_at_1": 0.3533,
|
| 62 |
+
"recall_at_5": 0.7311,
|
| 63 |
+
"recall_at_10": 0.8533,
|
| 64 |
+
"median_rank": 2.0,
|
| 65 |
+
"params_M": 1.38,
|
| 66 |
+
"flops": "59.759M",
|
| 67 |
+
"latency_ms": 1.248
|
| 68 |
}
|
| 69 |
}
|
pytorch_model.bin
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:9bc4d1de2572c70054443332fc71d22705c005a4f59fd7eaeb35b3c285bf91af
|
| 3 |
+
size 5946312
|