devjas1 commited on
Commit
410b9d3
Β·
1 Parent(s): ba24c6a

(docs): sprint log for ResNet18Vision integration.

Browse files
Files changed (1) hide show
  1. 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).