Skip to content

Update sync score #527

Description

@joellidin

Problem

The sync score used to rely on signed gradients + LR to estimate steps behind. Now it’s based on average parameter changes, which may not be reliable. We also see model weights diverge after several windows despite stable gather success rates.

Proposal

  • Explore alternative sync metrics (e.g. comparing logits on a fixed evaluation set).
  • Investigate weight divergence: mainly parameter differences during outer step (SGD only), not optimizer state drift.

Next Steps

  • Prototype a logits-based sync score.
  • Add logging/checkpoints to trace when weight drift starts.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions