-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Sampling fails on mxnet==1.5.0 on Linux? #16135
Comments
Hey, this is the MXNet Label Bot. |
This did not occur in |
@mxnet-label-bot add [Operator, Bug] |
Thanks for pointing out. No error for |
I was not able to reproduce on 1.4.1, so probably introduced in 1.5.0 |
Fixed in #16139. |
@reminisce does the fix also fix sampling other than sample_normal? All other sampling functions also raise the same error on 1.5.0:
|
The fix provided does fix all the samplers (i.e. for all distributions). |
Description
Some random sampling functions seem not to be working on mxnet version 1.5.0 on Linux.
Environment info (Required)
I'm using Python, pip-freeze gives:
Error Message:
Minimum reproducible example
Edit: the problem seems to occur on vanilla mxnet==1.5.0 as well; edited the issue description above.
The text was updated successfully, but these errors were encountered: