".github/git@developer.sourcefind.cn:change/sglang.git" did not exist on "7a5e6ce1cb28bd97b6bd1f7c91e885aca02b8b82"
Commit 0338ca4b authored by Tianjian Meng's avatar Tianjian Meng Committed by A. Unique TensorFlower
Browse files

Internal change

PiperOrigin-RevId: 368070382
parent 1bbd359d
...@@ -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(
......
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