Closed codaibk closed 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:
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.