Merged commit includes the following changes:
223150784 by Sergio Guadarrama:
Allow using batch norm scale parameters for Inception models.
--
221391590 by Sergio Guadarrama:
Add support for group normalization in the object detection API. Just adding MobileNet-v1 SSD currently. This may serve as a road map for other models that wish to support group normalization as an option.
--
221342582 by Sergio Guadarrama:
Internal change
220817084 by Sergio Guadarrama:
Internal change
216005108 by Sergio Guadarrama:
Introduce hparam `use_bounded_activation` for NASNet. The hparam decides whether to use
1. bounded activation
2. clip_by_value for the add operands and bounded activation after add operator.
3. bounded activation before 'none' and 'pooling' branch
The restriction on the tensor value range makes it compatible with quantized inference.
--
PiperOrigin-RevId: 223150784
Showing
Please register or sign in to comment