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
090c7149
Unverified
Commit
090c7149
authored
Jul 01, 2020
by
Darien Schettler
Committed by
GitHub
Jul 01, 2020
Browse files
Fix typo in retinanet_model.py
supportted --> supported
parent
e6017471
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 @
090c7149
...
@@ -57,7 +57,7 @@ class RetinanetModel(base_model.Model):
...
@@ -57,7 +57,7 @@ class RetinanetModel(base_model.Model):
params
.
postprocess
)
params
.
postprocess
)
self
.
_transpose_input
=
params
.
train
.
transpose_input
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 layer.
input_shape
=
(
input_shape
=
(
params
.
retinanet_parser
.
output_size
+
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