Skip to content

Commit a033df7

Browse files
fyangftensorflower-gardener
authored andcommitted
Internal change.
PiperOrigin-RevId: 424691273
1 parent c8a402f commit a033df7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

official/vision/beta/modeling/layers/nn_blocks.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,8 @@ def get_config(self):
714714
'use_depthwise': self._use_depthwise,
715715
'use_residual': self._use_residual,
716716
'norm_momentum': self._norm_momentum,
717-
'norm_epsilon': self._norm_epsilon
717+
'norm_epsilon': self._norm_epsilon,
718+
'output_intermediate_endpoints': self._output_intermediate_endpoints
718719
}
719720
base_config = super(InvertedBottleneckBlock, self).get_config()
720721
return dict(list(base_config.items()) + list(config.items()))

0 commit comments

Comments
 (0)