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

Sync dev #62

Merged
merged 6 commits into from
Feb 20, 2024
Merged

Sync dev #62

merged 6 commits into from
Feb 20, 2024

Conversation

KarhouTam
Copy link
Owner

No description provided.

New feature ✨:
Now FL-bench supports calculating precision and recall also. For that I refactored codes and make this bench more extendable.

Text 🌈:
Rename `server.client_stats` to `server.client_metrics`
Rename `server.metrics` to `server.global_metrics`

Bug fix 🐞:
Fix APFL (client.optimizer.zero_grad() makes `.grad` in some params to `None` and raises bug)
Fix FedSR (`self.map_layer(self.base(x))` may outputs negatives and raise bug in the following `distrib.Independent(distrib.normal.Normal(z_mu, z_sigma), 1)`)

Refactor 🦄:
Removed `test_flag` in `client.evaluate()`
@KarhouTam KarhouTam merged commit 674b541 into dev Feb 20, 2024
1 check passed
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