From commits-return-52367-archive-asf-public=cust-asf.ponee.io@mxnet.incubator.apache.org Mon Sep 3 12:01:19 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id B15C8180789 for ; Mon, 3 Sep 2018 12:01:18 +0200 (CEST) Received: (qmail 39611 invoked by uid 500); 3 Sep 2018 10:01:17 -0000 Mailing-List: contact commits-help@mxnet.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mxnet.incubator.apache.org Delivered-To: mailing list commits@mxnet.incubator.apache.org Received: (qmail 39599 invoked by uid 99); 3 Sep 2018 10:01:17 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Sep 2018 10:01:17 +0000 From: GitBox To: commits@mxnet.apache.org Subject: =?utf-8?q?=5BGitHub=5D_lebeg_opened_a_new_pull_request_=2312441=3A_Revert?= =?utf-8?q?_=22fixed_flaky_test_issue_for_test=5Foperator=5Fgpu=2Etest=5Fd?= =?utf-8?b?ZXB0aHdpc2VfY+KApg==?= Message-ID: <153596887731.10069.17661326994565102662.gitbox@gitbox.apache.org> Date: Mon, 03 Sep 2018 10:01:17 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit lebeg opened a new pull request #12441: Revert "fixed flaky test issue for test_operator_gpu.test_depthwise_c… URL: https://github.com/apache/incubator-mxnet/pull/12441 …onvolution (#12402)" This reverts commit 58560f6d2e96da605c658742ebb0e26a7d0cbcd3. ## Description ## Test if failing again: * http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/incubator-mxnet/detail/PR-12429/1/pipeline/ * http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/incubator-mxnet/detail/master/1550/pipeline/ ``` ====================================================================== FAIL: test_operator_gpu.test_depthwise_convolution ---------------------------------------------------------------------- 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 172, in test_new orig_test(*args, **kwargs) File "/work/mxnet/tests/python/gpu/../unittest/test_operator.py", line 1660, in test_depthwise_convolution np.testing.assert_allclose(arr1.asnumpy(), arr2.asnumpy(), rtol=1e-2, atol=1e-3) File "/usr/local/lib/python2.7/dist-packages/numpy/testing/nose_tools/utils.py", line 1396, in assert_allclose verbose=verbose, header=header, equal_nan=equal_nan) File "/usr/local/lib/python2.7/dist-packages/numpy/testing/nose_tools/utils.py", line 779, in assert_array_compare raise AssertionError(msg) AssertionError: Not equal to tolerance rtol=0.01, atol=0.001 (mismatch 4.0%) x: array([[[[ 26.400417, -36.113285, -64.04252 , -8.254103, 17.523859], [ 45.250435, 76.37607 , 24.216667, 23.500875, -87.81845 ], [ 32.61415 , 0.185663, 77.17114 , 56.433533, -63.38382 ],... y: array([[[[ 26.399519, -36.111725, -64.04085 , -8.25362 , 17.523405], [ 45.24878 , 76.3775 , 24.218298, 23.501816, -87.819145], [ 32.61278 , 0.188967, 77.171234, 56.432304, -63.3824 ],... -------------------- >> begin captured logging << -------------------- common: INFO: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=589329529 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