OpenMined / syft.js

The official Syft worker for Web and Node, built in Javascript
Apache License 2.0
147 stars 55 forks source link

Async DataLoader #248

Open vvmnnnkv opened 3 years ago

vvmnnnkv commented 3 years ago

Description

Allow dataset to have async getItem method, so that the data can be fetched async. This infers DataLoader iterator will be async.

Are you interested in working on this improvement yourself?