Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
341fca91
"tests/git@developer.sourcefind.cn:OpenDAS/apex.git" did not exist on "48299b0d3c0a56cd7d0b9fed6854d78e81df0cc7"
Unverified
Commit
341fca91
authored
Oct 20, 2021
by
Philip Meier
Committed by
GitHub
Oct 20, 2021
Browse files
fix nargs specifier for category file generation (#4663)
parent
453199bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
torchvision/prototype/datasets/generate_category_files.py
torchvision/prototype/datasets/generate_category_files.py
+1
-1
No files found.
torchvision/prototype/datasets/generate_category_files.py
View file @
341fca91
...
@@ -38,7 +38,7 @@ def parse_args(argv=None):
...
@@ -38,7 +38,7 @@ def parse_args(argv=None):
parser
.
add_argument
(
parser
.
add_argument
(
"names"
,
"names"
,
nargs
=
"
?
"
,
nargs
=
"
*
"
,
type
=
str
,
type
=
str
,
help
=
"Names of datasets to generate category files for. If omitted, all datasets will be used."
,
help
=
"Names of datasets to generate category files for. If omitted, all datasets will be used."
,
)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment