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
wangsen
paddle_dbnet
Commits
3de964a4
Commit
3de964a4
authored
Apr 09, 2021
by
littletomatodonkey
Browse files
fix print
parent
d62d765f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
tools/infer/predict_system.py
tools/infer/predict_system.py
+0
-1
No files found.
tools/infer/predict_system.py
View file @
3de964a4
...
@@ -188,7 +188,6 @@ def main(args):
...
@@ -188,7 +188,6 @@ def main(args):
if
__name__
==
"__main__"
:
if
__name__
==
"__main__"
:
args
=
utility
.
parse_args
()
args
=
utility
.
parse_args
()
if
args
.
use_mp
:
if
args
.
use_mp
:
print
(
"12233"
)
p_list
=
[]
p_list
=
[]
total_process_num
=
args
.
total_process_num
total_process_num
=
args
.
total_process_num
for
process_id
in
range
(
total_process_num
):
for
process_id
in
range
(
total_process_num
):
...
...
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