FedML-AI/FedML

What is the function, def load_synthetic_data(args), used for?

Open

#726 创建于 2023年1月20日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Python (743 fork)batch import
help wantedquestion

仓库指标

Star
 (3,930 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

I found the part of FedML paper that mentions synthetic data, and then I found this function in data_load.py. But due to my lack of skills in coding I didn't understand much about this function, load_synthetic_data. Does it generate the NON-IID data on each client from the existing dataset using the synthetic data method, or does it simply perform the splitting operation.

If the synthetic data method is utilized, does FedML provide the ability to generate synthetic data based on the dataset I provided?

贡献者指南