larroy opened a new issue #13577: test_executor.test_dot flaky
URL: https://github.com/apache/incubator-mxnet/issues/13577
 
 
   
http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Fwindows-gpu/detail/PR-13339/2/pipeline
   
   ```
   [INFO] Setting module np/mx/python random seeds, use 
MXNET_MODULE_SEED=1448260904 to reproduce.
   
   
   [...]
   SKIP: Skip test_plot_network as Graphviz could not be imported
   
   
   
   ======================================================================
   
   FAIL: test_executor.test_dot
   
   ----------------------------------------------------------------------
   
   Traceback (most recent call last):
   
     File "C:\Anaconda3\envs\py2\lib\site-packages\nose\case.py", line 197, in 
runTest
   
       self.test(*self.arg)
   
     File 
"C:\jenkins_slave\workspace\ut-python-gpu\tests\python\unittest\common.py", 
line 173, in test_new
   
       orig_test(*args, **kwargs)
   
     File 
"C:\jenkins_slave\workspace\ut-python-gpu\tests\python\unittest\test_executor.py",
 line 128, in test_dot
   
       sf = mx.symbol.dot)
   
     File 
"C:\jenkins_slave\workspace\ut-python-gpu\tests\python\unittest\test_executor.py",
 line 72, in check_bind_with_uniform
   
       assert_almost_equal(rhs_grad.asnumpy(), rhs_grad2, rtol=1e-5, atol=1e-5)
   
     File 
"C:\jenkins_slave\workspace\ut-python-gpu\windows_package\python\mxnet\test_utils.py",
 line 495, in assert_almost_equal
   
       raise AssertionError(msg)
   
   AssertionError: 
   
   Items are not equal:
   
   Error 1.164848 exceeds tolerance rtol=0.000010, atol=0.000010.  Location of 
maximum error:(140, 48), a=-0.089897, b=-0.089910
   
    a: array([[  1.91092587,   1.91092587,   1.91092587, ...,   1.91092587,
   
             1.91092587,   1.91092587],
   
          [  2.44980097,   2.44980097,   2.44980097, ...,   2.44980097,...
   
    b: array([[  1.91092587,   1.91092587,   1.91092587, ...,   1.91092587,
   
             1.91092587,   1.91092587],
   
          [  2.44980097,   2.44980097,   2.44980097, ...,   2.44980097,...
   
   -------------------- >> begin captured logging << --------------------
   
   common: INFO: Setting test np/mx/python random seeds, use 
MXNET_TEST_SEED=284536107 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:
[email protected]


With regards,
Apache Git Services

Reply via email to