This is an automated email from the ASF dual-hosted git repository.
zhasheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
The following commit(s) were added to refs/heads/master by this push:
new 0e570a7 Disables flaky test_operator_gpu.test_activation (#14969)
0e570a7 is described below
commit 0e570a7431e30fedd2dc5573db4849dbb93c2f3e
Author: perdasilva <[email protected]>
AuthorDate: Sun May 19 03:52:19 2019 +0200
Disables flaky test_operator_gpu.test_activation (#14969)
---
tests/python/unittest/test_operator.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/python/unittest/test_operator.py
b/tests/python/unittest/test_operator.py
index 90d6b50..1768da2 100644
--- a/tests/python/unittest/test_operator.py
+++ b/tests/python/unittest/test_operator.py
@@ -7671,6 +7671,7 @@ def test_op_all_names_monitor():
check_name(us_sym, ['data', 'pooling_data', 'pooling_output'])
@with_seed()
[email protected]("test fails intermittently. temporarily disabled till it gets
fixed. tracked at https://github.com/apache/incubator-mxnet/issues/13915")
def test_activation():
shapes = [(9,), (9, 10), (9, 10, 10), (1, 9, 10, 10)]
dtype_l = [np.float64, np.float32, np.float16]