wkcn commented on issue #18475: URL: https://github.com/apache/incubator-mxnet/issues/18475#issuecomment-639359723
@sxjscience I'm sorry that I don't have any machine with GPU to check it recently. I read the code of batch norm and its unittest. There is a gradient check when `fix_gamma=True`: https://github.com/apache/incubator-mxnet/blob/master/tests/python/unittest/test_operator.py#L1777, but no output check when `fix_gamma=True`: https://github.com/apache/incubator-mxnet/blob/master/tests/python/unittest/test_operator.py#L1882 ---------------------------------------------------------------- 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]
