AbstractPhil commited on
Commit
5c15c2e
·
verified ·
1 Parent(s): a05e552

Upload fashion_mnist/fashion_mobius_small/20260110_221249/config.json with huggingface_hub

Browse files
fashion_mnist/fashion_mobius_small/20260110_221249/config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": {
3
+ "in_channels": 1,
4
+ "channels": 64,
5
+ "num_towers": 4,
6
+ "depth_per_tower": 2,
7
+ "scale_range": [
8
+ 0.5,
9
+ 2.5
10
+ ],
11
+ "use_mobius": true,
12
+ "num_classes": 10,
13
+ "stem_stride": 2
14
+ },
15
+ "training": {
16
+ "epochs": 50,
17
+ "lr": 0.001,
18
+ "batch_size": 128,
19
+ "optimizer": "AdamW",
20
+ "scheduler": "CosineAnnealingLR",
21
+ "total_params": 112275
22
+ },
23
+ "timestamp": "20260110_221249"
24
+ }