Skip to content

fix: --config argument is optional but required at runtime - #70

Open
andrewwhitecdw wants to merge 1 commit into
NVlabs:mainfrom
andrewwhitecdw:bugfix/train-72981168
Open

andrewwhitecdw wants to merge 1 commit into
NVlabs:mainfrom
andrewwhitecdw:bugfix/train-72981168

Conversation

@andrewwhitecdw

@andrewwhitecdw andrewwhitecdw commented Jul 27, 2026

Copy link
Copy Markdown

Problem

fix: --config argument is optional but required at runtime

Fix

Replace:

    parser.add_argument('--config', help='train config file path')

with:

    parser.add_argument('--config', required=True, help='train config file path')

Files changed

  • detection/train.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