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
aeedb706
Commit
aeedb706
authored
Jun 06, 2022
by
A. Unique TensorFlower
Browse files
Internal change
PiperOrigin-RevId: 453237994
parent
d3fb401d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
official/vision/modeling/backbones/spinenet.py
official/vision/modeling/backbones/spinenet.py
+2
-2
No files found.
official/vision/modeling/backbones/spinenet.py
View file @
aeedb706
...
...
@@ -405,9 +405,9 @@ class SpineNet(tf.keras.Model):
if
(
block_spec
.
level
<
self
.
_min_level
or
block_spec
.
level
>
self
.
_max_level
):
logging
.
warning
(
'SpineNet output level out of range [min_level, max_level] = '
'SpineNet output level
%s
out of range [min_level, max_level] = '
'[%s, %s] will not be used for further processing.'
,
self
.
_min_level
,
self
.
_max_level
)
block_spec
.
level
,
self
.
_min_level
,
self
.
_max_level
)
endpoints
[
str
(
block_spec
.
level
)]
=
x
return
endpoints
...
...
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