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
26ba72bb
Commit
26ba72bb
authored
Aug 03, 2020
by
Kaushik Shivakumar
Browse files
remove comment
parent
68868227
Changes
1
Hide 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 @
26ba72bb
...
...
@@ -49,7 +49,6 @@ class FakeModel(model.DetectionModel):
filters
=
1
,
kernel_size
=
1
,
strides
=
(
1
,
1
),
padding
=
'valid'
,
kernel_initializer
=
tf
.
keras
.
initializers
.
Constant
(
value
=
conv_weight_scalar
))
#self._conv(tf.ones([1, 10, 10, 3]))
def
preprocess
(
self
,
inputs
):
true_image_shapes
=
[]
# Doesn't matter for the fake model.
...
...
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