01
Inspect dataset
Confirm folders, labels, image counts, and supported formats before changing any code.
First-review implementation · 20% scope
This starter guide gives you exactly the files and commands needed to prove that local mammogram images can be inspected, preprocessed, augmented, and passed through a frozen pretrained classifier.
Your implementation path
01
Confirm folders, labels, image counts, and supported formats before changing any code.
02
Use a reproducible per-class 70% / 15% / 15% train, validation, and test split.
03
Decode, resize to 224 × 224, and normalize to the EfficientNetV2 input range.
04
Freeze EfficientNetV2B0, attach a small softmax head, and run only two epochs.