leezu commented on a change in pull request #17993: [R][v1.6.x] Fix blocked
pipelines [windows,unix-cpu,unix-gpu] on v1.6.x
URL: https://github.com/apache/incubator-mxnet/pull/17993#discussion_r406852516
##########
File path: tests/python/quantization/test_quantization.py
##########
@@ -178,7 +178,7 @@ def check_requantize_with_symbol(shape,
min_calib_range=None, max_calib_range=No
max_range.asscalar(),
min_calib_range=min_calib_range,
max_calib_range=max_calib_range)
- assert_almost_equal(qdata_int8.asnumpy(), qdata_int8_np)
+ assert_almost_equal(qdata_int8.asnumpy(), qdata_int8_np, atol = 1)
Review comment:
Reference https://github.com/apache/incubator-mxnet/pull/16709
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services