Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Flaky test: test_operator.test_dropout #12329

Closed
Chancebair opened this issue Aug 24, 2018 · 3 comments · Fixed by #12717
Closed

Flaky test: test_operator.test_dropout #12329

Chancebair opened this issue Aug 24, 2018 · 3 comments · Fixed by #12717

Comments

@Chancebair
Copy link
Contributor

http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/incubator-mxnet/detail/PR-12311/1/pipeline

======================================================================
FAIL: test_operator.test_dropout
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/local/lib/python3.5/dist-packages/nose/case.py", line 198, in runTest
    self.test(*self.arg)
  File "/work/mxnet/tests/python/unittest/common.py", line 172, in test_new
    orig_test(*args, **kwargs)
  File "/work/mxnet/tests/python/unittest/test_operator.py", line 5844, in test_dropout
    check_dropout_ratio(0.0, shape)
  File "/work/mxnet/tests/python/unittest/test_operator.py", line 5788, in check_dropout_ratio
    assert exe.outputs[0].asnumpy().min() == min_value
AssertionError: 
-------------------- >> begin captured logging << --------------------
common: INFO: Setting test np/mx/python random seeds, use MXNET_TEST_SEED=119185068 to reproduce.
--------------------- >> end captured logging << ---------------------
@ankkhedia
Copy link
Contributor

Hi @Chancebair Thanks for filing the issue. We will look into the test.

@perdasilva
Copy link
Contributor

I've tested this locally. I ran the test 10k times and no errors. I also ran it with the suggested seed. Maybe this issue is gone?

@lebeg
Copy link
Contributor

lebeg commented Nov 9, 2018

Unfortunately this test fails on the v1.3.x release branch:

http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/incubator-mxnet/detail/v1.3.x/97/pipeline

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants