OpenMined / KotlinSyft

The official Syft worker for secure on-device machine learning
https://www.openmined.org
Apache License 2.0
85 stars 28 forks source link

Dataset/dataloader API #266

Closed vvmnnnkv closed 3 years ago

vvmnnnkv commented 4 years ago

Feature Description

Add helper class that to make easier data loading, batching, shuffling, etc. I.e. dataset and/or dataloader class API that would help user to prepare data for training.

Use cases:

Design: TBD

Is your feature request related to a problem?

Standardize the way data is loaded into training loop across workers.

What alternatives have you considered?

Discussed with FL team.

Additional Context

See also #264

pengyuan-zhou commented 4 years ago

On it

pengyuan-zhou commented 4 years ago

268

vkkhare commented 3 years ago

291 closes this