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
a0381457
Commit
a0381457
authored
Jul 21, 2021
by
LDOUBLEV
Browse files
fix bug in line185
parent
b4d7be33
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/test.sh
tests/test.sh
+1
-1
No files found.
tests/test.sh
View file @
a0381457
...
...
@@ -182,7 +182,7 @@ function func_inference(){
if
[
${
use_trt
}
=
"False"
]
&&
[
${
precision
}
!=
"fp32"
]
;
then
continue
fi
if
[
${
use_trt
}
=
"False"
||
${
precision
}
!=
"int8"
]
&&
[
${
_flag_quant
}
=
"True"
]
;
then
if
[
[
${
use_trt
}
=
"False"
||
${
precision
}
!=
"int8"
]]
&&
[
${
_flag_quant
}
=
"True"
]
;
then
continue
fi
for
batch_size
in
${
batch_size_list
[*]
}
;
do
...
...
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