akarbown commented on pull request #19299: URL: https://github.com/apache/incubator-mxnet/pull/19299#issuecomment-714543300
> Thank you for the fix : ) > > Could you please update the test cases for MKLDNN-BatchNorm with even number of channels in [tests/python/mkl/test_mkldnn.py#L297](https://github.com/apache/incubator-mxnet/blob/v1.7.x/tests/python/mkl/test_mkldnn.py#L297) ? > > ```python > for shape in [(2, 3), (2, 4), (2, 3, 2, 2), (2, 4, 2, 2)]: > ``` Done! I've also added one more test similar to the one from the requested issue. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
