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
0338ca4b
Commit
0338ca4b
authored
Apr 12, 2021
by
Tianjian Meng
Committed by
A. Unique TensorFlower
Apr 12, 2021
Browse files
Internal change
PiperOrigin-RevId: 368070382
parent
1bbd359d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
official/vision/beta/modeling/backbones/efficientnet.py
official/vision/beta/modeling/backbones/efficientnet.py
+1
-1
No files found.
official/vision/beta/modeling/backbones/efficientnet.py
View file @
0338ca4b
...
@@ -184,7 +184,7 @@ class EfficientNet(tf.keras.Model):
...
@@ -184,7 +184,7 @@ class EfficientNet(tf.keras.Model):
endpoint_level
+=
1
endpoint_level
+=
1
# Build output specs for downstream tasks.
# Build output specs for downstream tasks.
self
.
_output_specs
=
{
l
:
endpoints
[
l
].
get_shape
for
l
in
endpoints
.
keys
()
}
self
.
_output_specs
=
{
l
:
endpoints
[
l
].
get_shape
()
for
l
in
endpoints
}
# Build the final conv for classification.
# Build the final conv for classification.
x
=
layers
.
Conv2D
(
x
=
layers
.
Conv2D
(
...
...
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