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
20d26b76
Unverified
Commit
20d26b76
authored
Jul 21, 2020
by
shaohua.zhang
Committed by
GitHub
Jul 21, 2020
Browse files
rename a var and a function
parent
eb208af1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tools/eval.py
tools/eval.py
+2
-2
No files found.
tools/eval.py
View file @
20d26b76
...
...
@@ -48,7 +48,7 @@ from eval_utils.eval_rec_utils import eval_rec_run
def
main
():
startup_prog
,
eval_program
,
place
,
config
,
isC
ontain_det
=
program
.
pre
P
rocess
()
startup_prog
,
eval_program
,
place
,
config
,
c
ontain_det
=
program
.
pre
p
rocess
()
eval_build_outputs
=
program
.
build
(
config
,
eval_program
,
startup_prog
,
mode
=
'test'
)
eval_fetch_name_list
=
eval_build_outputs
[
1
]
...
...
@@ -59,7 +59,7 @@ def main():
init_model
(
config
,
eval_program
,
exe
)
if
isC
ontain_det
:
if
c
ontain_det
:
eval_reader
=
reader_main
(
config
=
config
,
mode
=
"eval"
)
eval_info_dict
=
{
'program'
:
eval_program
,
\
'reader'
:
eval_reader
,
\
...
...
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