Update david_config.json - Run 20251012_194945
Browse files
weights/David-partial_shared-hierarchical_tree/20251012_194945/david_config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "david_balanced",
|
| 3 |
+
"uid": "c.david.balanced",
|
| 4 |
+
"feature_dim": 512,
|
| 5 |
+
"num_classes": 1000,
|
| 6 |
+
"scales": [
|
| 7 |
+
256,
|
| 8 |
+
512,
|
| 9 |
+
768,
|
| 10 |
+
1024
|
| 11 |
+
],
|
| 12 |
+
"sharing_mode": "partial_shared",
|
| 13 |
+
"fusion_mode": "hierarchical_tree",
|
| 14 |
+
"use_belly": true,
|
| 15 |
+
"belly_expand": 2.0,
|
| 16 |
+
"shared_feature_dim": 768,
|
| 17 |
+
"shared_layers": 2,
|
| 18 |
+
"shared_dropout": 0.1,
|
| 19 |
+
"fusion_temperature": 1.0,
|
| 20 |
+
"fusion_dropout": 0.1,
|
| 21 |
+
"tree_depth": 3,
|
| 22 |
+
"num_experts": 3,
|
| 23 |
+
"compression_ratio": 4,
|
| 24 |
+
"expert_dropout": 0.1,
|
| 25 |
+
"attention_dropout": 0.1,
|
| 26 |
+
"progressive_training": true,
|
| 27 |
+
"scale_warmup_epochs": {
|
| 28 |
+
"256": 0,
|
| 29 |
+
"512": 2,
|
| 30 |
+
"768": 5,
|
| 31 |
+
"1024": 8
|
| 32 |
+
}
|
| 33 |
+
}
|