Skip to content

[Relay] Support for GroupNorm #5278

@NarendraPatwardhan

Description

@NarendraPatwardhan

Many modern models utilize GroupNorm, there is support for LayerNorm and InstanceNorm under tvm/relay/op/nn. It is especially helpful for training with low number of samples and more efficient than instance norm in terms of parameters. It would be valuable addition to add it to core set of operators as libraries like pytorch or mxnet already support it.

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