ciyongch commented on issue #18373: URL: https://github.com/apache/incubator-mxnet/issues/18373#issuecomment-639216004
Hi @szha, v1.7.x doesn't include the PR https://github.com/apache/incubator-mxnet/pull/17679 (it's a new feature after code freeze), so there's no such issue on this branch. While for v1.x branch, the fix were already cherry-picked. I just check the latest commit of both v1.7.x and v1.x branches with the above reproducer, it works well. So no action is needed for this case. ``` {'attrs': {'axis': '2', 'eps': '2e-05', 'fix_gamma': 'False', 'momentum': '0.9', 'use_global_stats': 'False'}, 'inputs': [[0, 0, 0], [1, 0, 0], [2, 0, 0], [3, 0, 1], [4, 0, 1]], 'name': 'batchnorm0_fwd', 'op': 'BatchNorm'}]} ``` ---------------------------------------------------------------- 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]
