• Sergio Guadarrama's avatar
    Merged commit includes the following changes: · 2c680af3
    Sergio Guadarrama authored
    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
    2c680af3
inception_utils.py 3.11 KB