You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/03/17 01:10:24 UTC

[GitHub] marcoabreu opened a new issue #10141: Flaky test test_operator_gpu.test_convolution_options @ Python2: MKLDNN-GPU

marcoabreu opened a new issue #10141: Flaky test test_operator_gpu.test_convolution_options @ Python2: MKLDNN-GPU
URL: https://github.com/apache/incubator-mxnet/issues/10141
 
 
   http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/incubator-mxnet/detail/master/487/pipeline
   
   ```
   ======================================================================
   
   FAIL: test_operator_gpu.test_convolution_options
   
   ----------------------------------------------------------------------
   
   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 "/work/mxnet/tests/python/gpu/../unittest/common.py", line 157, in test_new
   
       orig_test(*args, **kwargs)
   
     File "/work/mxnet/tests/python/gpu/test_operator_gpu.py", line 520, in test_convolution_options
   
       check_consistency_NxM([sym, sym_no_cudnn], ctx_list)
   
     File "/work/mxnet/tests/python/gpu/test_operator_gpu.py", line 462, in check_consistency_NxM
   
       check_consistency(np.repeat(sym_list, len(ctx_list)), ctx_list * len(sym_list))
   
     File "/work/mxnet/python/mxnet/test_utils.py", line 1346, in check_consistency
   
       raise e
   
   AssertionError: 
   
   Items are not equal:
   
   Error 1.159781 exceeds tolerance rtol=0.000010, atol=0.000010.  Location of maximum error:(2, 1, 0, 1, 0), a=0.672441, b=0.672422
   
    a: array([[[[[-248.01697024,  269.81250577,  230.7183668 ],
   
             [1307.21985885, -870.16663314,  317.35937973],
   
             [1066.71441871, -142.70123584, -192.51917322]],...
   
    b: array([[[[[-248.01697331,  269.81249749,  230.71837436],
   
             [1307.21981004, -870.16662222,  317.35938429],
   
             [1066.71438428, -142.70123247, -192.5191708 ]],...
   
   -------------------- >> begin captured stdout << ---------------------
   
   Train Err: ctx 2 vs ctx 0 at conv_weight
   
   
   
   --------------------- >> end captured stdout << ----------------------
   
   -------------------- >> begin captured logging << --------------------
   
   common: INFO: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=1010398644 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:
users@infra.apache.org


With regards,
Apache Git Services