Skip to content

mixed precision for faster rcnn #64

@cooperlab

Description

@cooperlab

Update Faster R-CNN constituent networks and example to support mixed precision.

Each model output that feeds a loss needs to output an fp32 float. This can be accomplished by adding a linear activation with float32 type without impacting the network:

output = layers.Activation('linear', dtype='float32', name='predictions')(input)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions