Spaces:
Running
Running
devjas1
commited on
Commit
Β·
410b9d3
1
Parent(s):
ba24c6a
(docs): sprint log for ResNet18Vision integration.
Browse files- docs/sprint_log.md +5 -0
docs/sprint_log.md
CHANGED
@@ -24,3 +24,8 @@
|
|
24 |
- Train (figure2) via registry: β
|
25 |
- Inference unchanged paths: β
|
26 |
**Notes:** Artifacts remain `outputs/{model}_model.pth` to avoid breaking validator; inference arch flag to be added next.
|
|
|
|
|
|
|
|
|
|
|
|
24 |
- Train (figure2) via registry: β
|
25 |
- Inference unchanged paths: β
|
26 |
**Notes:** Artifacts remain `outputs/{model}_model.pth` to avoid breaking validator; inference arch flag to be added next.
|
27 |
+
## @model-expansion-resnet18vision-2025-08-21
|
28 |
+
**Goal:** Introduce a second architecture and prove multi-model training/inference via shared registry.
|
29 |
+
**Changes:** `models/resnet18_vision.py` (1D), registry entry, `run_inference.py --arch`.
|
30 |
+
**Tests:** Train (1 epoch) -> `outputs/resnet18vision_model.pth`; Inference JSON β
|
31 |
+
**Notes:** Backward compatibility preserved (`--arch` defaults to figure2).
|