Mnist-Hogwild Example

In the mnist hogwild example. Every process loads it’s on dataset using the Dataloader function.
Since the dataset is only read only is there a better way to do it.

What do you mean by every process loads its own dataset?
Can you be a bit elaborate?