FedML-AI/FedML

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

Open

#726 ouverte le 20 janv. 2023

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)Python (743 forks)batch import
help wantedquestion

Métriques du dépôt

Stars
 (3 930 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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?

Guide contributeur