[PR] fix(tui): smooth noisy chart curves (EMA) + scale to the live run #142
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#142
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?
Bug
TUI loss/val_loss charts render as scattered confetti (or invisible), not a readable line — worse with a
--comparebaseline.Root cause (reproduced from the user's real run over SSH)
Two issues, in priority order:
1.44, 0.65, 1.12, 0.86, 0.71…). The chart plotted every raw point via a spike-preserving min/max band, so the noise filled the whole panel as confetti.Fix
ema_smooth,adaptive_ema_span+ tests.)chart_yscale+ tests.)Verified locally against the actual run data: raw = confetti (matches the report), EMA = clean descending line. Full rust gate green (fmt, clippy, tests, ≥90% coverage).