jiajinyu commented on issue #12958: Improve dot(csr, rsp) on CPU by 10x URL: https://github.com/apache/incubator-mxnet/pull/12958#issuecomment-432686981 @anirudh2290 would you mind help to check whether the failed test is flaky or not. It only failed on an test (`test_operator.test_prelu`) in one branch. I don't think my change of op `dot` has anything to do with `relu` for python 3 on centos 7 ``` ====================================================================== FAIL: test_operator.test_prelu ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/nose/case.py", line 198, in runTest self.test(*self.arg) File "/work/mxnet/tests/python/unittest/common.py", line 172, in test_new orig_test(*args, **kwargs) File "/work/mxnet/tests/python/unittest/test_operator.py", line 827, in test_prelu check_symbolic_forward(y, [xa, gam_full], [ya_full], rtol=rtol, atol=atol, dtype=dtype) File "/work/mxnet/python/mxnet/test_utils.py", line 997, in check_symbolic_forward equal_nan=equal_nan) File "/work/mxnet/python/mxnet/test_utils.py", line 491, in assert_almost_equal raise AssertionError(msg) ```
---------------------------------------------------------------- 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
