agentic_thyroid_model / configs /preprocess.json
Johnyquest7's picture
Add full reproducible thyroid ResNet-18 experiment: weights, scripts, configs, calibration, locked threshold, test eval w/ CIs, figures, data exploration, README, LOG
45af8e1 verified
Raw
History Blame Contribute Delete
280 Bytes
{
"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."
}