benqua commented on issue #8297: [scala] Make accuracy idependant of output 
size (fix #8226)
URL: https://github.com/apache/incubator-mxnet/pull/8297#issuecomment-341931853
 
 
   It fails with:
   ```
   FAIL: test_operator_gpu.test_svmoutput_with_type
   
   ----------------------------------------------------------------------
   
   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-gpu\tests\python\gpu\test_operator_gpu.py",
 line 999, in test_svmoutput_with_type
   
       check_consistency(sym, ctx_list)
   
     File 
"c:\jenkins_slave\workspace\ut-python-gpu\pkg_vc14_gpu\python\mxnet\test_utils.py",
 line 1338, in check_consistency
   
       raise e
   
   AssertionError: 
   
   Items are not equal:
   
   Error 5.000000 exceeds tolerance rtol=0.100000, atol=0.100000.  Location of 
maximum error:(18, 3), a=0.000000, b=1.000000
   
    a: array([[-1.,  1.,  1., ...,  1.,  1.,  1.],
   
          [-1.,  1.,  0., ...,  0.,  1.,  1.],
   
          [-1.,  1.,  1., ...,  1.,  1.,  1.],...
   
    b: array([[-1.,  1.,  1., ...,  1.,  1.,  1.],
   
          [-1.,  1.,  0., ...,  0.,  1.,  1.],
   
          [-1.,  1.,  1., ...,  1.,  1.,  1.],...
   
   -------------------- >> begin captured stdout << ---------------------
   
   Train Err: ctx 2 vs ctx 0 at svmoutput_data
   
   
   --------------------- >> end captured stdout << ----------------------
   
   
   ----------------------------------------------------------------------
   
   Ran 243 tests in 1392.034s
   
   
   FAILED (SKIP=5, failures=1)
   
   
   (py2) c:\jenkins_slave\workspace\ut-python-gpu>IF 1 NEQ 0 exit /b 1 
   
   script returned exit code 1
   ```
   
   will investigate when I find time. idea, help welcome :)

----------------------------------------------------------------
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