File size: 782 Bytes
71efe81 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | ---
name: project-output-structure
description: Output folder convention for model runs — Baseline vs Testing split per dataset
metadata:
type: project
---
Model output images are saved under `Data/Testing/Output/<dataset>/`:
- `Baseline/` — original model outputs. **Never overwrite** without explicit user permission.
- `Testing/` — ongoing testing outputs. Can be freely overwritten with new runs.
Example: `Data/Testing/Output/Acama/Baseline/` and `Data/Testing/Output/Acama/Testing/`
**Why:** User established this split so baseline results are preserved for comparison while iterative testing doesn't pollute them.
**How to apply:** All run scripts and save operations must target `Testing/`. When generating output images for a new run, write to `Testing/` only.
|