google-research / federated

A collection of Google research projects related to Federated Learning and Federated Analytics.
Apache License 2.0
676 stars 192 forks source link

How to load and process with my own datasets #22

Closed codaibk closed 3 years ago

codaibk commented 3 years ago

Hi, In this framework, you use some available dataset from TFF (example: tff.simulation.datasets.emnist.load_data()). I am wondering how I can deal with my own dataset for image classification task. My dataset includes image and label. Could you please give me the hint how to convert my dataset into your input data format or how I can modify the your code corresponding to my own dataset?. Thanks.

ZacharyGarrett commented 3 years ago

The [tesnorflow_federated] StackOverflow tag is generally a better place for questions of "how to", whereas GitHub Issues are used to deal with bugs/bad behaviors in the code.

Some related questions that might help, otherwise try starting a new question: