[GitHub] haojin2 commented on issue #10920: Flaky test test_operator_gpu.test_sparse_dot

2018-06-29 Thread GitBox
haojin2 commented on issue #10920: Flaky test test_operator_gpu.test_sparse_dot
URL: 
https://github.com/apache/incubator-mxnet/issues/10920#issuecomment-401483849
 
 
   @eric-haibin-lin should be fixed at this time.


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] haojin2 commented on issue #10920: Flaky test test_operator_gpu.test_sparse_dot

2018-05-14 Thread GitBox
haojin2 commented on issue #10920: Flaky test test_operator_gpu.test_sparse_dot
URL: 
https://github.com/apache/incubator-mxnet/issues/10920#issuecomment-389031418
 
 
   Met this again:
   
http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/incubator-mxnet/detail/PR-10931/7/pipeline
   ==
   
   FAIL: test_operator_gpu.test_sparse_dot
   
   --
   
   Traceback (most recent call last):
   
 File "/usr/local/lib/python2.7/dist-packages/nose/case.py", line 197, in 
runTest
   
   self.test(*self.arg)
   
 File "/usr/local/lib/python2.7/dist-packages/nose/util.py", line 620, in 
newfunc
   
   return func(*arg, **kw)
   
 File "/work/mxnet/tests/python/gpu/../unittest/common.py", line 157, in 
test_new
   
   orig_test(*args, **kwargs)
   
 File "/work/mxnet/tests/python/gpu/../unittest/test_sparse_operator.py", 
line 1343, in test_sparse_dot
   
   lhs_d, rhs_d, False, True)
   
 File "/work/mxnet/tests/python/gpu/../unittest/test_sparse_operator.py", 
line 1237, in test_infer_forward_stype
   
   assert_almost_equal(out.tostype('default').asnumpy(), out_np, rtol=1e-4, 
atol=1e-5)
   
 File "/work/mxnet/python/mxnet/test_utils.py", line 493, in 
assert_almost_equal
   
   raise AssertionError(msg)
   
   AssertionError: 
   
   Items are not equal:
   
   Error 1.045963 exceeds tolerance rtol=0.000100, atol=0.10.  Location of 
maximum error:(1, 3), a=0.018232, b=0.018245
   
a: array([[  4.6516194,  -1.9191772, -12.820089 , ...,   8.844241 ,
   
   -13.252303 , -12.635316 ],
   
  [ -4.1542487,   7.7496295,  -0.1049877, ...,   4.691146 ,...
   
b: array([[  4.65162   ,  -1.919177  , -12.820091  , ...,   8.844247  ,
   
   -13.252301  , -12.635329  ],
   
  [ -4.154251  ,   7.749628  ,  -0.10498619, ...,   4.6911426 ,...
   
    >> begin captured logging << 
   
   common: INFO: Setting test np/mx/python random seeds, use 
MXNET_TEST_SEED=33958090 to reproduce.
   
   - >> end captured logging << -
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] haojin2 commented on issue #10920: Flaky test test_operator_gpu.test_sparse_dot

2018-05-13 Thread GitBox
haojin2 commented on issue #10920: Flaky test test_operator_gpu.test_sparse_dot
URL: 
https://github.com/apache/incubator-mxnet/issues/10920#issuecomment-388654289
 
 
   Should be a rtol/atol problem, will fix this ASAP


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:
us...@infra.apache.org


With regards,
Apache Git Services