Add full reproducible thyroid ResNet-18 experiment: weights, scripts, configs, calibration, locked threshold, test eval w/ CIs, figures, data exploration, README, LOG
45af8e1 verified | { | |
| "image_size": 224, | |
| "mean": [ | |
| 0.485, | |
| 0.456, | |
| 0.406 | |
| ], | |
| "std": [ | |
| 0.229, | |
| 0.224, | |
| 0.225 | |
| ], | |
| "interpolation": "bicubic", | |
| "positive_class": "Malignant", | |
| "positive_index": 1, | |
| "note": "Deterministic eval/inference preprocessing. No augmentation." | |
| } |