ResNet-50 — CIFAR-100 (NVIDIA A100)
A demo model from the Data & Impact Accounting (DIA) lab. It performs
image classification (CIFAR-100) via full fine-tune, with the base model microsoft/resnet-50, trained on
NVIDIA A100.
The point of this repo is not the model itself but its dia_report — a
standardized record of the energy, carbon, and water used to train it, embedded
in this card's metadata.
This footprint feeds the DIA dashboard, which rolls up a base model and all its derivatives to show the cumulative carbon, water, and energy cost of a model family.
Training footprint
| Metric | Value |
|---|---|
| Hardware | 1× NVIDIA A100-SXM4-80GB |
| Compute | 0.6684 GPU-hours |
| Energy | 0.1369 (measured) kWh |
| Carbon | 0.0089 (measured) kgCO₂eq |
| Water | 0.246–0.548 (estimated-from-default-wue) L |
| Grid region | ca-on |
Energy and carbon are measured with CodeCarbon; water is estimated from a default water-usage-effectiveness range. Carbon uses the local grid's intensity (Ontario, ~0.03 kgCO₂eq/kWh).
Reproduce
REPO=DIA-MVP/resnet50-cifar100-a100 python scripts/train_resnet50_cifar.py
Links
- Footprint table (dataset): DIA-MVP/dia-state-lab-2026
- Project / paper: ai-impact-accounting
- Lab workflow: see
LAB.mdin the repo
Model tree for DIA-MVP/resnet50-cifar100-a100
Base model
microsoft/resnet-50