From commits-return-23256-archive-asf-public=cust-asf.ponee.io@mxnet.incubator.apache.org Wed Feb 14 13:35:49 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 59475180621 for ; Wed, 14 Feb 2018 13:35:49 +0100 (CET) Received: (qmail 88787 invoked by uid 500); 14 Feb 2018 12:35:45 -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 88736 invoked by uid 99); 14 Feb 2018 12:35:45 -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; Wed, 14 Feb 2018 12:35:45 +0000 From: GitBox To: commits@mxnet.apache.org Subject: [GitHub] marcoabreu commented on issue #9791: CI test randomness 3 Message-ID: <151861174502.23140.6665636846486808527.gitbox@gitbox.apache.org> marcoabreu commented on issue #9791: CI test randomness 3 URL: https://github.com/apache/incubator-mxnet/pull/9791#issuecomment-365594449 ``` ====================================================================== FAIL: test_operator.test_rcbrt_op ---------------------------------------------------------------------- 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-cpu\tests\python\unittest\common.py", line 152, in test_new orig_test(*args, **kwargs) File "C:\jenkins_slave\workspace\ut-python-cpu\tests\python\unittest\test_operator.py", line 3807, in test_rcbrt_op check_numeric_gradient(test, [data_tmp]) File "C:\jenkins_slave\workspace\ut-python-cpu\pkg_vc14_cpu\python\mxnet\test_utils.py", line 914, in check_numeric_gradient ("NUMERICAL_%s"%name, "BACKWARD_%s"%name)) File "C:\jenkins_slave\workspace\ut-python-cpu\pkg_vc14_cpu\python\mxnet\test_utils.py", line 493, in assert_almost_equal raise AssertionError(msg) AssertionError: Items are not equal: Error 1.311829 exceeds tolerance rtol=0.010000, atol=0.000000. Location of maximum error:(2, 1), a=-84.507408, b=-83.413170 NUMERICAL_data: array([[ -1.68704987, -0.4118681 , -0.0692606 , -0.00718236], [ -0.02065301, -0.03251433, -0.16596913, -0.01351535], [ -0.37240982, -84.50740814, -0.02904981, -0.08755922]], dtype=float32) BACKWARD_data: array([[ -1.68707681, -0.41187629, -0.06918965, -0.00718444], [ -0.02061475, -0.03253891, -0.16597052, -0.01352422], [ -0.3723917 , -83.41316986, -0.02905715, -0.08757117]], dtype=float32) -------------------- >> begin captured logging << -------------------- common: INFO: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=788174893 to reproduce. --------------------- >> end captured logging << --------------------- ``` Awesome! ---------------------------------------------------------------- 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