Enhance [data loader](https://github.com/adendek/utorch/blob/ab45b50873d47822971c276788d0e9d307c19712/utorch/nets/utils.py#L30) utils by implementing sampler. The idea is to replace it with something similar to the PyTorch [sampler](https://pytorch.org/docs/stable/data.html#torch.utils.data.Sampler). The following resources may be useful: 1. https://medium.com/geekculture/pytorch-datasets-dataloader-samplers-and-the-collat-fn-bbfc7c527cf1 2. https://pytorch.org/docs/stable/_modules/torch/utils/data/sampler.html#RandomSampler
Enhance data loader utils by implementing sampler. The idea is to replace it with something similar to the PyTorch sampler.
The following resources may be useful: