You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by jx...@apache.org on 2018/03/22 17:51:19 UTC

[incubator-mxnet] branch master updated: [MXNET-130]disable cpu/gpu consistency test for Proposal OP and Multi Proposal OP (#10201)

This is an automated email from the ASF dual-hosted git repository.

jxie 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 bcb4f9a  [MXNET-130]disable cpu/gpu consistency test for Proposal OP and Multi Proposal OP (#10201)
bcb4f9a is described below

commit bcb4f9a39b275be5c47f807d01d9fd3546cb09a9
Author: JackieWu <wk...@live.cn>
AuthorDate: Fri Mar 23 01:51:15 2018 +0800

    [MXNET-130]disable cpu/gpu consistency test for Proposal OP and Multi Proposal OP (#10201)
    
    * disable cpu/gpu consistency test for Proposal OP and Multi Proposal OP
    
    * add jira issue link
---
 tests/python/gpu/test_operator_gpu.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/python/gpu/test_operator_gpu.py b/tests/python/gpu/test_operator_gpu.py
index ef025e4..cb422e2 100644
--- a/tests/python/gpu/test_operator_gpu.py
+++ b/tests/python/gpu/test_operator_gpu.py
@@ -1657,7 +1657,7 @@ def test_cross_device_autograd():
 
     assert_almost_equal(dx, x.grad.asnumpy())
 
-
+@unittest.skip("JIRA issue: https://issues.apache.org/jira/projects/MXNET/issues/MXNET-130")
 @with_seed()
 def test_multi_proposal_op():
     # paramters

-- 
To stop receiving notification emails like this one, please contact
jxie@apache.org.