FedML-AI/FedML

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

開放

#726 建立於 2023年1月20日

 (0 則留言) (0 個反應) (0 位負責人)Python (743 個分叉)batch import
help wantedquestion

倉庫指標

星標
 (3,930 顆星)
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?

貢獻者指南