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
yaoyuping
nnDetection
Commits
4655684b
Commit
4655684b
authored
May 05, 2021
by
mibaumgartner
Browse files
bug fix args
parent
65594170
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
scripts/predict.py
scripts/predict.py
+1
-1
No files found.
scripts/predict.py
View file @
4655684b
...
...
@@ -180,7 +180,7 @@ def main():
training_dir
=
get_training_dir
(
task_model_dir
/
task_name
/
model
,
fold
)
process
=
args
.
no_preprocess
if
test_split
:
if
test_split
and
process
:
raise
ValueError
(
"When using the test split option raw data is not "
"supported. Need to add --no_preprocess flag!"
)
...
...
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