-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Gluon probability flaky tests #18809
Comments
@xidulu FYI |
@ptrendx |
Is this MKL build? |
@pengzhao-intel |
maybe re-run can resolve the issue since I didn't see related problem till now. |
@xidulu Seems it is not the only test in the gluon_probability_v1 suite that has this behavior of huge variance of results. Here is another failure, this time in
|
Thanks for the comment, I believe the cause lies in the computation of NB's variance: p * r / (1 - p) ^ 2, which could extremely large when p -> 1. I will create a patch to restrict the range of p. |
Description
test_gluon_probability_v2.py::test_gluon_dirichlet fails with some seeds
Occurrences
http://jenkins.mxnet-ci.amazon-ml.com/job/mxnet-validation/job/windows-gpu/job/PR-18622/23/display/redirect
What have you tried to solve it?
Results in error:
The text was updated successfully, but these errors were encountered: