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
212105f3
Commit
212105f3
authored
Jul 07, 2020
by
A. Unique TensorFlower
Browse files
Merge pull request #8766 from darien-schettler:patch-1
PiperOrigin-RevId: 320040329
parents
745fed5c
090c7149
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
official/vision/detection/modeling/retinanet_model.py
official/vision/detection/modeling/retinanet_model.py
+1
-1
No files found.
official/vision/detection/modeling/retinanet_model.py
View file @
212105f3
...
...
@@ -57,7 +57,7 @@ class RetinanetModel(base_model.Model):
params
.
postprocess
)
self
.
_transpose_input
=
params
.
train
.
transpose_input
assert
not
self
.
_transpose_input
,
'Transpose input is not support
t
ed.'
assert
not
self
.
_transpose_input
,
'Transpose input is not supported.'
# Input layer.
input_shape
=
(
params
.
retinanet_parser
.
output_size
+
...
...
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