Skip to content

feat: optionally preserve sequences in WandB logs#3811

Open
nightcityblade wants to merge 1 commit into
pytorch:masterfrom
nightcityblade:fix/issue-3809-a
Open

feat: optionally preserve sequences in WandB logs#3811
nightcityblade wants to merge 1 commit into
pytorch:masterfrom
nightcityblade:fix/issue-3809-a

Conversation

@nightcityblade

Copy link
Copy Markdown
Contributor

Fixes #3809

Description:

Add an opt-in flatten_sequences=False setting to the Weights & Biases output handler so lists of scalar metric values can be logged as one sequence. Existing callers retain the current flattened-per-index behavior by default.

Check list:

  • New tests are added (if a new feature is added)
  • New doc strings: description and/or example code are in RST format
  • Documentation is updated (if required)

@github-actions github-actions Bot added the module: handlers Core Handlers module label Jul 18, 2026
@nightcityblade

Copy link
Copy Markdown
Contributor Author

Rebased the branch onto current master and adapted the change to the latest BaseOutputHandler refactor, resolving the merge conflict. Verification: Ruff check and format check pass on all three changed files; the full WandB handler test module passes (13 tests).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

module: handlers Core Handlers module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Pass lists of scalars to wandb

1 participant