chsin commented on issue #9809: register optimizers only once in CPP-Package
URL: https://github.com/apache/incubator-mxnet/pull/9809#issuecomment-366472791
 
 
   @marcoabreu, I never touched the Python and Gluon package, why do I get this:
   ```
   ======================================================================
   FAIL: test_gluon_model_zoo_gpu.test_training
   ----------------------------------------------------------------------
   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 "/workspace/tests/python/gpu/test_gluon_model_zoo_gpu.py", line 150, 
in test_training
       assert_almost_equal(cpu_out.asnumpy(), gpu_out.asnumpy(), rtol=1e-2, 
atol=1e-2)
     File "/workspace/python/mxnet/test_utils.py", line 495, in 
assert_almost_equal
       raise AssertionError(msg)
   AssertionError: 
   Items are not equal:
   Error 76.641708 exceeds tolerance rtol=0.010000, atol=0.010000.  Location of 
maximum error:(9, 304), a=0.754152, b=-0.052508
    a: array([[ 0.45648926, -0.19809955,  0.35798055, ...,  1.0708873 ,
           -0.3380539 , -0.22070615],
          [ 0.42138988,  0.02357741,  0.38420224, ...,  1.0584493 ,...
    b: array([[ 0.28696495, -0.17991166,  0.37088192, ...,  1.0100358 ,
           -0.3728746 , -0.14392784],
          [ 0.27283525,  0.03558442,  0.45698166, ...,  0.9900025 ,...
   -------------------- >> begin captured logging << --------------------
   urllib3.connectionpool: DEBUG: Starting new HTTP connection (1): 
data.mxnet.io
   urllib3.connectionpool: DEBUG: http://data.mxnet.io:80 "GET 
/data/val-5k-256.rec HTTP/1.1" 200 150874780
   root: INFO: downloaded http://data.mxnet.io/data/val-5k-256.rec into 
data/val-5k-256.rec successfully
   --------------------- >> 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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to