Skip to content

Summary

Summary(run: Run) -> None

Dict-like run summary object that syncs to the reporter.

Tracks per-run aggregate values (e.g., best_val_loss). Matches wandb.summary. Accessible as run.summary or simpcat.summary. Supports both dict-style and attribute-style access, including deletion.

Merge a dict into the summary.

get['(key: str, default: Any = None) -> Any']

Section titled “get['(key: str, default: Any = None) -> Any']”

Get a value by key with an optional default.

Return summary keys.

Return summary key-value pairs.