Dataloaders and performance - PyTorch Forums
discuss.pytorch.org › t › dataloaders-andOct 28, 2019 · I’m curious to hear whether other people have managed to get satisfactory performance out of the dataloaders, especially for small networks. Right now I’m testing the dataloader on CIFAR10, with an autoencoder with only 200k parameters. For this test I have all the images saved individually on my disk. And I can’t find any way of getting good performance for this setup, even though this ...