You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
mx.io.arrayiter shuffling option is no longer working, the option only result in the first and last samples to be swapped. Likely appeared at the same time that mx.runif stopped working as well.
This issue is not reproducible on Mac with my RStudio installation. But I am able to reproduce it on one of my EC2 instances.
The only difference in the two installations is the mxnet version -
In Mac I am running
other attached packages:
[1] mxnet_0.10.1
whereas on the ubuntu installation I am running the latest version -
other attached packages:
[1] mxnet_1.2.0
The root cause of the problem is the behavior of mxnet's uniform distribution generator which is internally used for shuffling the arrayiter object.
On the old code, I get the following
mx.io.arrayiter
shuffling option is no longer working, the option only result in the first and last samples to be swapped. Likely appeared at the same time that mx.runif stopped working as well.The text was updated successfully, but these errors were encountered: