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 2020/10/22 17:41:54 UTC

[GitHub] [incubator-mxnet] kpuatamazon edited a comment on pull request #19406: [LICENSE] [v1.8.x] Change intgemm to a submodule instead of fetch.

kpuatamazon edited a comment on pull request #19406:
URL: https://github.com/apache/incubator-mxnet/pull/19406#issuecomment-714652004


   @mxnet-bot run ci [windows-cpu]
   
   I didn't mess with batchnorm.
   ```
   [2020-10-22T17:36:18.243Z] ======================================================================
   [2020-10-22T17:36:18.243Z] FAIL: test_operator.test_batchnorm
   [2020-10-22T17:36:18.243Z] ----------------------------------------------------------------------
   [2020-10-22T17:36:18.243Z] Traceback (most recent call last):
   [2020-10-22T17:36:18.243Z]   File "C:\Python37\lib\site-packages\nose\case.py", line 198, in runTest
   [2020-10-22T17:36:18.243Z]     self.test(*self.arg)
   [2020-10-22T17:36:18.243Z]   File "C:\jenkins_slave\workspace\ut-python-cpu\tests\python\unittest\common.py", line 218, in test_new
   [2020-10-22T17:36:18.243Z]     orig_test(*args, **kwargs)
   [2020-10-22T17:36:18.243Z]   File "C:\jenkins_slave\workspace\ut-python-cpu\tests\python\unittest\test_operator.py", line 1990, in test_batchnorm
   [2020-10-22T17:36:18.243Z]     gamma_grad_req, beta_grad_req)
   [2020-10-22T17:36:18.243Z]   File "C:\jenkins_slave\workspace\ut-python-cpu\tests\python\unittest\test_operator.py", line 1958, in _test_batchnorm_impl
   [2020-10-22T17:36:18.243Z]     ), running_var.asnumpy(), atol=atol, rtol=rtol)
   [2020-10-22T17:36:18.243Z]   File "C:\jenkins_slave\workspace\ut-python-cpu\windows_package\python\mxnet\test_utils.py", line 749, in assert_almost_equal
   [2020-10-22T17:36:18.243Z]     raise AssertionError(msg)
   [2020-10-22T17:36:18.243Z] AssertionError: 
   [2020-10-22T17:36:18.243Z] Items are not equal:
   [2020-10-22T17:36:18.243Z] Error 1.017045 exceeds tolerance rtol=5.000000e-02, atol=5.000000e-02 (mismatch 25.000000%).
   [2020-10-22T17:36:18.243Z] Location of maximum error: (1,), a=0.42502668, b=0.50137496
   [2020-10-22T17:36:18.243Z]  ACTUAL: array([0.3841784 , 0.42502668, 0.36781523, 0.37314323], dtype=float32)
   [2020-10-22T17:36:18.243Z]  DESIRED: array([0.41967845, 0.50137496, 0.3869521 , 0.397608  ], dtype=float32)
   [2020-10-22T17:36:18.243Z] -------------------- >> begin captured stdout << ---------------------
   [2020-10-22T17:36:18.243Z] 
   [2020-10-22T17:36:18.243Z] *** Maximum errors for vector of size 4:  rtol=0.05, atol=0.05
   [2020-10-22T17:36:18.243Z] 
   [2020-10-22T17:36:18.243Z]   1: Error 1.017045  Location of error: (1,), a=0.42502668, b=0.50137496
   [2020-10-22T17:36:18.243Z] 
   [2020-10-22T17:36:18.243Z] --------------------- >> end captured stdout << ----------------------
   [2020-10-22T17:36:18.243Z] -------------------- >> begin captured logging << --------------------
   [2020-10-22T17:36:18.243Z] common: WARNING: Error seen with seeded test, use MXNET_TEST_SEED=1495319684 to reproduce.
   [2020-10-22T17:36:18.243Z] --------------------- >> end captured logging << ---------------------
   [2020-10-22T17:36:18.243Z] 
   [2020-10-22T17:36:18.243Z] ----------------------------------------------------------------------
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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