/Dataloader.async

An asynchronous pytorch Dataloader for general neural network pipeline accelaration.

Primary LanguagePython

Dataloader.async

An asynchronous pytorch Dataloader for general neural network pipeline accelaration.

Our dataloader is fully compatible with offical Dataloader, with extension that allows async processors.

Usage:

$ python setup.py install

then

from dataloaderAsync import DataLoader

...
  • Note: Only tested on pytorch 1.3.0. Should be able to compatible with older versions.