Feature
ResNet-style residual blocks for 1D and 2D CNNs: identity shortcut around conv→norm→act→conv→norm with an elementwise-add merge, plus the projection shortcut (kernel-size-1 conv) for blocks that change channel count or stride.
Blockers
Notes
Acceptance
A small residual CNN example (HAR or ECG variant) with a PyTorch twin; trajectory comparison over ≥10 seeds per repo rule.
Feature
ResNet-style residual blocks for 1D and 2D CNNs: identity shortcut around conv→norm→act→conv→norm with an elementwise-add merge, plus the projection shortcut (kernel-size-1 conv) for blocks that change channel count or stride.
Blockers
Notes
Acceptance
A small residual CNN example (HAR or ECG variant) with a PyTorch twin; trajectory comparison over ≥10 seeds per repo rule.