luciayen commited on
Commit
db8d22f
·
verified ·
1 Parent(s): be943d7

TransSLR v3 | fix:norm+aug+smallermodel | Top-1:35.33%

Browse files
Files changed (2) hide show
  1. config.json +18 -18
  2. 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": 128,
13
  "nhead": 4,
14
- "num_layers": 2,
15
- "ffn_dim": 512,
16
- "dropout": 0.6,
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.01,
53
- "temporal_jitter_frames": 3,
54
- "frame_dropout_fraction": 0.08,
55
- "horizontal_flip_prob": 0.5
56
  },
57
  "results": {
58
- "top1_acc": 0.2289,
59
- "top5_acc": 0.5222,
60
- "macro_recall": 0.2289,
61
- "recall_at_1": 0.2289,
62
- "recall_at_5": 0.5222,
63
- "recall_at_10": 0.7022,
64
- "median_rank": 5.0,
65
- "params_M": 0.43,
66
- "flops": "18.764M",
67
- "latency_ms": 0.868
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:fc9b15a1839c70494af7c6e677269ed59d39f39606ddb59bfb504fbe59be8089
3
- size 1990622
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9bc4d1de2572c70054443332fc71d22705c005a4f59fd7eaeb35b3c285bf91af
3
+ size 5946312