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!
Shuffle will happen once at the beginning when creating the iterator.