Commit 31fb7a65 authored by Yeqing Li's avatar Yeqing Li Committed by A. Unique TensorFlower
Browse files

Remove duplicate registration of Vision>EfficientNet

PiperOrigin-RevId: 396423958
parent 4c0ae86b
......@@ -424,7 +424,6 @@ def efficientnet(image_input: tf.keras.layers.Input, config: ModelConfig):
return x
@tf.keras.utils.register_keras_serializable(package='Vision')
class EfficientNet(tf.keras.Model):
"""Wrapper class for an EfficientNet Keras model.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment