dlio_benchmark
dlio_benchmark copied to clipboard
Redundant shuffling
In reconfigure, global shuffling is performed. The data loader only have the indices of the local samples. It still has the shuffling on the pytorch / dali data loader which need to be fixed.
Please send another PR to fixed the redundant shuffling issue @hariharan-devarajan