AbstractPhil commited on
Commit
0e67ec6
·
verified ·
1 Parent(s): df1cad1

Update metrics - Run 20251012_221046

Browse files
Files changed (1) hide show
  1. best_model.json +19 -20
best_model.json CHANGED
@@ -1,30 +1,29 @@
1
  {
2
- "model_name": "David-partial_shared-hierarchical_tree",
3
- "run_id": "20251012_210041",
4
- "timestamp": "2025-10-12T21:45:35.655662",
5
- "best_val_acc": 74.22733333333333,
6
- "best_epoch": 7,
7
- "final_train_acc": 80.84873660758771,
8
- "final_train_loss": 2.069938591076582,
9
  "scale_accuracies": {
10
- "256": 71.19866666666667,
11
- "512": 74.214,
12
- "768": 74.30666666666667
13
  },
14
  "architecture": {
15
- "preset": "balanced",
16
- "sharing_mode": "partial_shared",
17
- "fusion_mode": "hierarchical_tree",
18
  "scales": [
19
  256,
20
  512,
21
  768,
22
- 1024
 
23
  ],
24
  "feature_dim": 512,
25
  "num_classes": 1000,
26
  "use_belly": true,
27
- "belly_expand": 2.0
28
  },
29
  "training": {
30
  "dataset": "AbstractPhil/imagenet-clip-features-orderly",
@@ -42,10 +41,10 @@
42
  "scheduler": "cosine_restarts"
43
  },
44
  "files": {
45
- "weights_safetensors": "weights/David-partial_shared-hierarchical_tree/20251012_210041/best_model_acc74.23.safetensors",
46
- "weights_pytorch": "weights/David-partial_shared-hierarchical_tree/20251012_210041/best_model.pth",
47
- "config": "weights/David-partial_shared-hierarchical_tree/20251012_210041/david_config.json",
48
- "training_config": "weights/David-partial_shared-hierarchical_tree/20251012_210041/train_config.json",
49
- "tensorboard": "runs/David-partial_shared-hierarchical_tree/20251012_210041/"
50
  }
51
  }
 
1
  {
2
+ "model_name": "David-decoupled-deep_efficiency",
3
+ "run_id": "20251012_221046",
4
+ "timestamp": "2025-10-12T22:15:33.176762",
5
+ "best_val_acc": 62.524,
6
+ "best_epoch": 0,
7
+ "final_train_acc": 56.42811072509152,
8
+ "final_train_loss": 2.9751985085156605,
9
  "scale_accuracies": {
10
+ "256": 62.524
 
 
11
  },
12
  "architecture": {
13
+ "preset": "high_accuracy",
14
+ "sharing_mode": "decoupled",
15
+ "fusion_mode": "deep_efficiency",
16
  "scales": [
17
  256,
18
  512,
19
  768,
20
+ 1024,
21
+ 1280
22
  ],
23
  "feature_dim": 512,
24
  "num_classes": 1000,
25
  "use_belly": true,
26
+ "belly_expand": 2.5
27
  },
28
  "training": {
29
  "dataset": "AbstractPhil/imagenet-clip-features-orderly",
 
41
  "scheduler": "cosine_restarts"
42
  },
43
  "files": {
44
+ "weights_safetensors": "weights/David-decoupled-deep_efficiency/20251012_221046/best_model_acc62.52.safetensors",
45
+ "weights_pytorch": "weights/David-decoupled-deep_efficiency/20251012_221046/best_model.pth",
46
+ "config": "weights/David-decoupled-deep_efficiency/20251012_221046/david_config.json",
47
+ "training_config": "weights/David-decoupled-deep_efficiency/20251012_221046/train_config.json",
48
+ "tensorboard": "runs/David-decoupled-deep_efficiency/20251012_221046/"
49
  }
50
  }