Skip to content

Commit

Permalink
Internal change.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 424691273
  • Loading branch information
fyangf authored and tensorflower-gardener committed Jan 27, 2022
1 parent c8a402f commit a033df7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion official/vision/beta/modeling/layers/nn_blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,8 @@ def get_config(self):
'use_depthwise': self._use_depthwise,
'use_residual': self._use_residual,
'norm_momentum': self._norm_momentum,
'norm_epsilon': self._norm_epsilon
'norm_epsilon': self._norm_epsilon,
'output_intermediate_endpoints': self._output_intermediate_endpoints
}
base_config = super(InvertedBottleneckBlock, self).get_config()
return dict(list(base_config.items()) + list(config.items()))
Expand Down

0 comments on commit a033df7

Please sign in to comment.