Search code examples
mxnet

Mxnet iterator (NDArrayIter) shuffling happens once?


When enabling the shuffle of the data using a NDArrayIter, do you know is the shuffling happens once at the beginning, or the data is re-shuffled at the end of each epoch?

Many thanks!


Solution

  • Shuffle will happen once at the beginning when creating the iterator.