AbstractPhil's picture
Update david_config.json - Run 20251012_161107
355de63 verified
raw
history blame
760 Bytes
{
"name": "david_clip_vit_bigg14",
"uid": "c.david.clip_vit_bigg14",
"feature_dim": 1280,
"num_classes": 1000,
"scales": [
384,
512,
768,
1024,
1280,
1536,
1792,
2048
],
"sharing_mode": "partial_shared",
"fusion_mode": "deep_efficiency",
"use_belly": true,
"belly_expand": 2.0,
"shared_feature_dim": 1280,
"shared_layers": 2,
"shared_dropout": 0.1,
"fusion_temperature": 1.0,
"fusion_dropout": 0.1,
"tree_depth": 3,
"num_experts": 8,
"compression_ratio": 2,
"expert_dropout": 0.1,
"attention_dropout": 0.1,
"progressive_training": false,
"scale_warmup_epochs": {
"384": 0,
"512": 0,
"768": 0,
"1024": 0,
"1280": 0,
"1536": 0,
"1792": 0,
"2048": 0
}
}