cy0307 commited on
Commit
d4fc9a0
·
verified ·
1 Parent(s): d73516f

Upload from Ropedia Academy

Browse files
Files changed (3) hide show
  1. README.md +13 -0
  2. metrics.json +15 -1
  3. seeds.png +0 -0
README.md CHANGED
@@ -48,6 +48,18 @@ Adam (lr 1e-3), 1200 steps, batch 128; 16 patches of 2×2, 50% masked; 2-layer t
48
 
49
  ![figure](figure.png)
50
 
 
 
 
 
 
 
 
 
 
 
 
 
51
  ## Inference example
52
 
53
  ```python
@@ -86,6 +98,7 @@ jupyter nbconvert --to notebook --execute notebooks/training/B_mae_pretrain.ipyn
86
  - `figure.png`
87
  - `mae.pt`
88
  - `metrics.json`
 
89
 
90
 
91
  ## License
 
48
 
49
  ![figure](figure.png)
50
 
51
+ ## Robustness (mean ± std over 5 seeds)
52
+
53
+ Single-run numbers above are one seed; this is the distribution over independent re-trains (honest variance — no cherry-picking).
54
+
55
+
56
+ | metric | mean ± std |
57
+ |---|---|
58
+ | `test_recon_mse` | 0.1349 ± 0.00074 |
59
+
60
+
61
+ ![seeds](seeds.png)
62
+
63
  ## Inference example
64
 
65
  ```python
 
98
  - `figure.png`
99
  - `mae.pt`
100
  - `metrics.json`
101
+ - `seeds.png`
102
 
103
 
104
  ## License
metrics.json CHANGED
@@ -45,5 +45,19 @@
45
  0.1393
46
  ]
47
  ],
48
- "test_recon_mse": 0.1364726573228836
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49
  }
 
45
  0.1393
46
  ]
47
  ],
48
+ "test_recon_mse": 0.1364726573228836,
49
+ "seeds": {
50
+ "n": 5,
51
+ "test_recon_mse": {
52
+ "mean": 0.1348876804113388,
53
+ "std": 0.0007431653355185816,
54
+ "values": [
55
+ 0.1362,
56
+ 0.1344,
57
+ 0.134,
58
+ 0.1347,
59
+ 0.1351
60
+ ]
61
+ }
62
+ }
63
  }
seeds.png ADDED