"...resnet50_tensorflow.git" did not exist on "ec7fbf0d5858cf765f33e0c015dfa8ad56e3aa13"
Commit b71df5b1 authored by Tianjian Meng's avatar Tianjian Meng Committed by A. Unique TensorFlower
Browse files

Internal change

PiperOrigin-RevId: 368070382
parent 1e1353da
......@@ -184,7 +184,7 @@ class EfficientNet(tf.keras.Model):
endpoint_level += 1
# 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.
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