pengzhao-intel edited a comment on issue #12377: Flaky test: test_mkldnn.test_activation URL: https://github.com/apache/incubator-mxnet/issues/12377#issuecomment-416876960 The reference checker applied the finite difference method but the eps is too large for float datatype in here. In @luobao-intel case, the input data is about `xe-5`, so the eps can't calculate correctly. I suggest changing eps to `1e-6`. @luobao-intel will fill the PR soon. https://github.com/apache/incubator-mxnet/blob/e2a3eef349cb6643c08a7840d8cbd43b38fedfd5/python/mxnet/test_utils.py#L716
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
