Skip to content

chore(train): scope wandb project by image size and package version - #8

Merged
tkgstrator merged 1 commit into
developfrom
chore/board-ocr-wandb-project-scope
Jul 13, 2026
Merged

chore(train): scope wandb project by image size and package version#8
tkgstrator merged 1 commit into
developfrom
chore/board-ocr-wandb-project-scope

Conversation

@tkgstrator

Copy link
Copy Markdown
Contributor

What

wandb project name for BoardOCR training now includes the input image_size and the mito-train package version:

  • Before: mito-train-board-ocr
  • After: mito-train-board-ocr-w{image_size}-v{package_version} (e.g. mito-train-board-ocr-w224-v0.2.0)

Also updated docs/backbones.md and added a note in docs/ocr-scaling-outlook.md about the old project name.

Why

The fixed name collapsed runs from different image sizes and package versions into one wandb project, making it hard to compare cohorts and detect version regressions. Scoping by w{image_size} and v{version} puts each combination on its own board.

Test plan

  • Launch a short BoardOCR run and confirm it lands on the new-format project on wandb
  • Existing runs remain under mito-train-board-ocr (untouched)

🤖 Generated with Claude Code

wandb project name for BoardOCR was a fixed "mito-train-board-ocr", which
collapsed runs from different image_size and package versions into a single
board on wandb. Interpolate image_size and mito-train pyproject version so
each combination gets its own project (e.g. mito-train-board-ocr-w224-v0.2.0).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@tkgstrator
tkgstrator merged commit a68bec5 into develop Jul 13, 2026
3 checks passed
@tkgstrator
tkgstrator deleted the chore/board-ocr-wandb-project-scope branch July 13, 2026 03:19
@tkgstrator tkgstrator mentioned this pull request Jul 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant