Skip to content

fix: run_dataset skips first 7 test sequences - #50

Open
andrewwhitecdw wants to merge 1 commit into
NVlabs:mainfrom
andrewwhitecdw:bugfix/run-dataset-bd5914ff
Open

fix: run_dataset skips first 7 test sequences#50
andrewwhitecdw wants to merge 1 commit into
NVlabs:mainfrom
andrewwhitecdw:bugfix/run-dataset-bd5914ff

Conversation

@andrewwhitecdw

@andrewwhitecdw andrewwhitecdw commented Jul 27, 2026

Copy link
Copy Markdown

Problem

fix: run_dataset skips first 7 test sequences

Fix

Replace:

for i, seq_name in enumerate(sequences[7:]):
    for seed in seeds:
        print(f'{i}/{len(sequences)} seed {seed} processing {seq_name} for {args.dataset}..')

with:

for i, seq_name in enumerate(sequences):
    for seed in seeds:
        print(f'{i}/{len(sequences)} seed {seed} processing {seq_name} for {args.dataset}..')

Files changed

  • global_recon/run_dataset.py

@andrewwhitecdw
andrewwhitecdw marked this pull request as ready for review August 3, 2026 22:11
@andrewwhitecdw

Copy link
Copy Markdown
Author

Closing this sweep-generated PR: sole commit is missing a valid Signed-off-by trailer. It does not meet the sweep requirements (single signed-off commit).

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant