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
ModelZoo
ResNet50_tensorflow
Commits
68868227
Commit
68868227
authored
Aug 03, 2020
by
Kaushik Shivakumar
Browse files
remove print
parent
f6bf56d7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
research/object_detection/exporter_lib_tf2_test.py
research/object_detection/exporter_lib_tf2_test.py
+0
-1
No files found.
research/object_detection/exporter_lib_tf2_test.py
View file @
68868227
...
...
@@ -57,7 +57,6 @@ class FakeModel(model.DetectionModel):
def
predict
(
self
,
preprocessed_inputs
,
true_image_shapes
,
**
side_inputs
):
return_dict
=
{
'image'
:
self
.
_conv
(
preprocessed_inputs
)}
print
(
"SIDE INPUTS: "
,
side_inputs
)
if
'side_inp'
in
side_inputs
:
return_dict
[
'image'
]
+=
side_inputs
[
'side_inp'
]
return
return_dict
...
...
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