Closed bghimireamd closed 3 months ago
pytorch's batch norm was failing because incorrect layout (NCHW was being cached when NHWC). This PR is to fix the issue.
@junliume @DrizztDoUrden, can we get this PR reviewed quickly? It is blocking a feature that needs to be merged ASAP.
pytorch's batch norm was failing because incorrect layout (NCHW was being cached when NHWC). This PR is to fix the issue.