Skip to content

An asynchronous pytorch Dataloader for general neural network pipeline accelaration.

Notifications You must be signed in to change notification settings

Project-Splinter/Dataloader.async

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Ruilong Li
Jan 7, 2024
e676bb2 · Jan 7, 2024

History

8 Commits
Jan 7, 2024
Jan 7, 2024
Dec 14, 2019
Dec 16, 2019
Dec 16, 2019

Repository files navigation

Dataloader.async

An asynchronous pytorch Dataloader for general neural network pipeline accelaration. (Tested for torch==2.1.0)

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.

About

An asynchronous pytorch Dataloader for general neural network pipeline accelaration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages