You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.