Skip to content

Use the PyTorch BatchNorm folding instead of a handwritten converter when possible #31

Closed
@narendasan

Description

@narendasan

We currently use a handwritten converter for batch norm which fuses the operations into a single convolution. It would be easier to use the _jit_pass_fold_convbn pass in lowering instead where we can.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions