ResNet identity mini

A compact experiment around residual identity mappings, trainability, and small-model diagnostics.

Status: active · GitHub


What it is

A small, CPU-friendly PyTorch repo for reproducing the core ResNet identity-skip optimization story: compare a plain deep convolutional net against a residual net, then log loss, accuracy, and gradient norms across training.

GitHub