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

test_module.test_factorization_machine_module has fixed seed that can mask flakiness #11704

Closed
szha opened this issue Jul 13, 2018 · 6 comments
Closed

Comments

@szha
Copy link
Member

szha commented Jul 13, 2018

The unit test in title have been using fixed seed to mask flakiness. Suggested action:

  1. Evaluate whether the test is flaky without fixed seed. If not, remove seed. Else move to 2
  2. If test is flaky, determine whether it's an actual uncaught edge case. If so, fix the operator. Else move to 3
  3. If numerical instability is inevitable, adjust tolerance level appropriately.
@szha szha added this to To Do in Tests Improvement via automation Jul 13, 2018
@apeforest
Copy link
Contributor

Thanks for filing this issue. We will investigate this Flaky test

@apeforest
Copy link
Contributor

apeforest commented Jul 31, 2018

I could reproduce the issue using random seed 1306649843. The issue is accuracy mismatch. Working on it.

@apeforest
Copy link
Contributor

Assigned JIRA ticket: https://issues.apache.org/jira/browse/MXNET-770

@apeforest
Copy link
Contributor

Fixed unit test and added training test. PR: #12023

@apeforest
Copy link
Contributor

@szha PR is merged. Please verify and close this issue. Thanks!

@haojin2
Copy link
Contributor

haojin2 commented Aug 16, 2018

@sandeep-krishnamurthy Related PR is merged, should be good to close.

Tests Improvement automation moved this from To Do to Done Aug 16, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Development

No branches or pull requests

4 participants