Hello,
I'm wondering is that possible to shuffle the training data every epoch? I guess shuffling is probably necessary, because most of the deep learning papers say that they shuffle the training data.
Currently I'm using the LMDB format, but I'm willing to switch to other formats if it makes shuffling easier.
Thank you!
Cui