Run Detail: Logs & Images
Runicorn's run detail page is no longer just a chart screen. The Logs and Images tabs are important day-to-day debugging surfaces, especially while training is still active.
Logs
The current logs view is designed for long-running jobs:
- taller layout that uses more of the page
- timestamps for
run.log_text(...) - virtualized rendering for large logs
- auto-scroll that disengages when you scroll up
- a way to resume auto-scroll when you want to jump back to the live tail
This is especially useful for training jobs that produce thousands of lines.
Images
Logged images appear in the run detail page when present.
Typical use cases:
- validation predictions
- sample batches
- segmentation overlays
- qualitative checkpoints
Assets in run detail
The run detail page also includes an Assets tab for things attached to the current run:
- code snapshots
- config metadata
- datasets
- pretrained references
- archived outputs
Use that tab when the question is:
- what belongs to this specific run?
Use the top-level Assets Page when the question is:
- what assets exist across the whole storage root?
- which asset should I inspect directly?