"git@developer.sourcefind.cn:hehl2/torchaudio.git" did not exist on "886f586303c7a59c3ca48b3f7dc63aa8fa891256"
Commit d983b7d7 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 77a275b1
...@@ -424,7 +424,6 @@ def efficientnet(image_input: tf.keras.layers.Input, config: ModelConfig): ...@@ -424,7 +424,6 @@ def efficientnet(image_input: tf.keras.layers.Input, config: ModelConfig):
return x return x
@tf.keras.utils.register_keras_serializable(package='Vision')
class EfficientNet(tf.keras.Model): class EfficientNet(tf.keras.Model):
"""Wrapper class for an EfficientNet 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