Define iterator on Dataloader is very slow - PyTorch Forums
https://discuss.pytorch.org/t/define-iterator-on-dataloader-is-very-slow/5223831.07.2019 · ), reading hdf5 file is very fast, when I feed it, either, to the map or iterable dataset class, then to the data loader, and then iter-ating it, it’s very slow, then next() calls are all equally very slow too… Note: For what its worth, running some torchvison.dataset, i.e. MNIST from pytorch *.pt file, it runs pretty fast.
Dataloader slow between epochs - PyTorch Forums
discuss.pytorch.org › t › dataloader-slow-betweenJul 31, 2019 · I have a large audio dataset with about 1000 speakers and dozens of utterances per speaker. For the model I’m training I need to sample a largish batch (64) of speakers and then randomly sample 10 utterances per speaker. I’ve created a Dataset which indexes over the speakers with the __getitem__ method lazily returning the 10 utterances. This works well but is slow between epochs when the ...
Define iterator on Dataloader is very slow - PyTorch Forums
discuss.pytorch.org › t › define-iterator-onJul 31, 2019 · ), reading hdf5 file is very fast, when I feed it, either, to the map or iterable dataset class, then to the data loader, and then iter-ating it, it’s very slow, then next() calls are all equally very slow too… Note: For what its worth, running some torchvison.dataset, i.e. MNIST from pytorch *.pt file, it runs pretty fast.