File size: 1,742 Bytes
85c4fc5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Missing CIFAR-10 Thesis Checkpoints

The final thesis documentation references checkpoints on old NFS paths that are not present under `D:\side_hustle\thesis\draft02\ssh00`. They are not substituted with similarly named local files.

## Main Training, lambda=0.01
| Seed | AUROC | Best Epoch | Original Path |
|---|---:|---:|---|
| 42 | 0.9873 | 19 | `/system/user/studentwork/mohammed/2025/diffusion_classifier_ood/results/seed42/2026-02-17_18-18-51_seed42/` |
| 123 | 0.9886 | 19 | `/system/user/studentwork/mohammed/2025/diffusion_classifier_ood/results/seed123/2026-02-19_06-55-43_seed123/` |
| 456 | 0.9887 | 19 | `/system/user/studentwork/mohammed/2025/diffusion_classifier_ood/results/seed456/2026-02-19_06-56-23_seed456/` |

## Separation-Loss Ablation, seed=42
| Lambda | AUROC | Best Epoch | Original Path |
|---:|---:|---:|---|
| 0.0 | 0.8025 | 79 | `/system/user/studentwork/mohammed/2025/diffusion_classifier_ood/results/sep_loss_ablation/2026-02-21_05-04-31_sep_0.0/` |
| 0.001 | 0.9732 | 19 | `/system/user/studentwork/mohammed/2025/diffusion_classifier_ood/results/sep_loss_ablation/2026-02-21_22-03-43_sep_0.001/` |
| 0.01 | 0.9869 | 19 | `/system/user/studentwork/mohammed/2025/diffusion_classifier_ood/results/sep_loss_ablation/2026-02-23_18-52-30_sep_0.01/` |
| 0.02 | 0.9911 | 29 | `/system/user/studentwork/mohammed/2025/diffusion_classifier_ood/results/sep_loss_ablation/2026-02-24_22-57-58_sep_0.02/` |
| 0.05 | 0.9851 | 19 | `/system/user/studentwork/mohammed/2025/diffusion_classifier_ood/results/sep_loss_ablation/2026-02-23_02-04-16_sep_0.05/` |
| 0.1 | 0.9667 | 149 | `/system/user/studentwork/mohammed/2025/diffusion_classifier_ood/results/sep_loss_ablation/2026-02-24_06-00-19_sep_0.1/` |