PyTorch / datasets / dataloader / data transfer to GPU – II – dataloader too slow on CPU?
In the last post of this mini-series we saw that some Pytorch torchvision datasets have a directly accessible property “data“. There we find image data in a dataset specific format. In the case of MNIST and FashionMNIST (and for many other sets) these data are already torch tensors. However, due to the fact that these tensors are squeezed, they do… Read More »PyTorch / datasets / dataloader / data transfer to GPU – II – dataloader too slow on CPU?