EMRY-066: multi-run project dashboard #109
Labels
No labels
blocked
bug
compat
docs
documentation
duplicate
emry-cli
emry-core
emry-engine
emry-ingest
emry-py
emry-store
emry-tui
emry-web
enhancement
good first issue
gpu-compute
help wanted
hpc
infra
integrations
invalid
needs-design
P0-blocker
P1-core
P2-enhanced
P3-future
performance
pull-request
python
pytorch
question
rust
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
femboy/emry#109
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
emry web --run-dirshows one run;emry compare A Bis two-run/final-only. Add a project view:emry web --project <log-dir>lists every run in the directory and overlays their curves for a chosen metric, so you can compare a whole sweep at once.emry_store::{list_runs, load_baseline}and serves them to a self-hosted page (/projectJSON + overlaid multi-line canvas chart, one color per run, metric selector, run legend/toggles).metrics.jsonl(no WS — these are historical runs); reload to refresh.emry-webstays store-free; the CLI (which already depends on both) assembles the data.