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
24b2ccd4
Commit
24b2ccd4
authored
Sep 23, 2021
by
Rebecca Chen
Committed by
A. Unique TensorFlower
Sep 23, 2021
Browse files
Internal change
PiperOrigin-RevId: 398612564
parent
e5fbe328
Changes
21
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
official/vision/image_classification/efficientnet/efficientnet_model.py
...n/image_classification/efficientnet/efficientnet_model.py
+1
-1
No files found.
official/vision/image_classification/efficientnet/efficientnet_model.py
View file @
24b2ccd4
...
@@ -327,7 +327,7 @@ def mb_conv_block(inputs: tf.Tensor,
...
@@ -327,7 +327,7 @@ def mb_conv_block(inputs: tf.Tensor,
return
x
return
x
def
efficientnet
(
image_input
:
tf
.
keras
.
layers
.
Input
,
config
:
ModelConfig
):
def
efficientnet
(
image_input
:
tf
.
keras
.
layers
.
Input
,
config
:
ModelConfig
):
# pytype: disable=invalid-annotation # typed-keras
"""Creates an EfficientNet graph given the model parameters.
"""Creates an EfficientNet graph given the model parameters.
This function is wrapped by the `EfficientNet` class to make a tf.keras.Model.
This function is wrapped by the `EfficientNet` class to make a tf.keras.Model.
...
...
Prev
1
2
Next
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