Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New FL develop schema in easy 3 steps. #68

Merged
merged 2 commits into from
Nov 26, 2024
Merged

New FL develop schema in easy 3 steps. #68

merged 2 commits into from
Nov 26, 2024

Conversation

Xiao-Chenguang
Copy link
Owner

This PR introduces a new algorithm developing schema in barely 3 steps:

  1. add extra parameters to the dyn_args group, which will be passed to the client for local training.
  2. define your local training step with the parameters you added.
  3. define your global aggregation function with the extra parameters you want to aggregate.

In this case, you need not worry about anything except the algorithm logic. FedMind will take care of the parallel or serial simulation for you.

@Xiao-Chenguang Xiao-Chenguang merged commit 787a652 into main Nov 26, 2024
2 checks passed
@Xiao-Chenguang Xiao-Chenguang deleted the flex-alg branch November 26, 2024 16:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant