[GitHub] drivanov commented on issue #14154: Improving the run time of the tests which use assert_almost_equal OR check_numeric_gradient functions
drivanov commented on issue #14154: Improving the run time of the tests which use assert_almost_equal OR check_numeric_gradient functions URL: https://github.com/apache/incubator-mxnet/pull/14154#issuecomment-467652108 Started to use improved version of assert_almost_equal 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
[GitHub] drivanov commented on issue #14154: Improving the run time of the tests which use assert_almost_equal OR check_numeric_gradient functions
drivanov commented on issue #14154: Improving the run time of the tests which use assert_almost_equal OR check_numeric_gradient functions URL: https://github.com/apache/incubator-mxnet/pull/14154#issuecomment-464255784 I think that fixed previously found problems. The problem in `test_operator_gpu.py:test_laop` was NOT reproducible due to nondeterministic behavior we see in that test. One of the cause of the non-determinism was eliminated. I am not sure that it was the last one, but at least, this test should become more predictable. 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