Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into feature/cudnn_det…
Browse files Browse the repository at this point in the history
…erministic
  • Loading branch information
apeforest committed Oct 31, 2018
2 parents 8e620b1 + 8209712 commit 3d6ef7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/python/unittest/test_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,7 @@ def fleaky_relu_grad(grad, x, y, act_type, slope=0.25):
# NOTE(haojin2): Skipping the numeric check tests for float16 data type due to precision issues,
# the analytical checks are still performed on each and every data type to verify the correctness.
@with_seed()
@unittest.skip("Flaky test tracked by https://github.com/apache/incubator-mxnet/issues/12885")
def test_prelu():
def fprelu(x, gamma):
pos_indices = x > 0
Expand Down Expand Up @@ -5792,6 +5793,7 @@ def test_stack():


@with_seed()
@unittest.skip("Flaky test, tracked at https://github.com/apache/incubator-mxnet/issues/12314")
def test_dropout():
def zero_count(array, ratio):
zeros = 0
Expand Down

0 comments on commit 3d6ef7b

Please sign in to comment.