Skip to content

fix(vis-motion-infiller): typo (+1 more) - #59

Open
andrewwhitecdw wants to merge 1 commit into
NVlabs:mainfrom
andrewwhitecdw:bugfix/vis-motion-infiller-assorted-06fe416e
Open

fix(vis-motion-infiller): typo (+1 more)#59
andrewwhitecdw wants to merge 1 commit into
NVlabs:mainfrom
andrewwhitecdw:bugfix/vis-motion-infiller-assorted-06fe416e

Conversation

@andrewwhitecdw

@andrewwhitecdw andrewwhitecdw commented Jul 27, 2026

Copy link
Copy Markdown

Small fixes in motion_infiller/vis_motion_infiller.py:

fix: typo torch.torch.set_grad_enabled causes AttributeError

Fix: Replace:

torch.torch.set_grad_enabled(False)

with:

torch.set_grad_enabled(False)

fix: --multi_step flag inverts multi_step when present

Fix: Replace:

parser.add_argument('--multi_step', action='store_true', default=True)

with:

parser.add_argument('--multi_step', action='store_false', default=True)

Files changed

  • motion_infiller/vis_motion_infiller.py

@andrewwhitecdw
andrewwhitecdw marked this pull request as ready for review August 3, 2026 22:08
@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