You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Update Supported Models to list only ResNet-18 and ResNet-50
- Add note that other architectures exist in code but not in paper
- Fix dataset references: ImageNet-1k → Tiny-ImageNet
- Update seed counts to include statistical power experiments (n=10)
- Fix experiment count comment in sweep example
@@ -156,9 +156,8 @@ uv run python -m analysis.generate_figures
156
156
|-------|-----------|
157
157
| ResNet-18 |`resnet18`|
158
158
| ResNet-50 |`resnet50`|
159
-
| VGG-16 |`vgg16`|
160
-
| MobileNetV2 |`mobilenetv2_100`|
161
-
| EfficientNet-B0 |`efficientnet_b0`|
159
+
160
+
**Note:** The codebase supports additional architectures (VGG-16, MobileNetV2, EfficientNet-B0, ConvNeXt) via timm integration, but the paper focuses on ResNet-18 and ResNet-50 for systematic comparison across 153 experiments.
162
161
163
162
## Project Structure
164
163
@@ -279,9 +278,9 @@ Re-running experiments with the same seed produces bit-exact checkpoint MD5 hash
0 commit comments