Upload tiny_imagenet/continuum_small_wide/20260111_031908/config.json with huggingface_hub
Browse files
tiny_imagenet/continuum_small_wide/20260111_031908/config.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model": {
|
| 3 |
+
"in_channels": 3,
|
| 4 |
+
"channels": 384,
|
| 5 |
+
"num_towers": 4,
|
| 6 |
+
"depth_per_tower": 4,
|
| 7 |
+
"scale_range": [
|
| 8 |
+
0.25,
|
| 9 |
+
2.75
|
| 10 |
+
],
|
| 11 |
+
"use_mobius": true,
|
| 12 |
+
"num_classes": 200
|
| 13 |
+
},
|
| 14 |
+
"training": {
|
| 15 |
+
"epochs": 100,
|
| 16 |
+
"lr": 0.0003,
|
| 17 |
+
"batch_size": 128,
|
| 18 |
+
"optimizer": "AdamW",
|
| 19 |
+
"weight_decay": 0.05,
|
| 20 |
+
"scheduler": "CosineAnnealingLR",
|
| 21 |
+
"total_params": 8093337
|
| 22 |
+
},
|
| 23 |
+
"timestamp": "20260111_031908"
|
| 24 |
+
}
|