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

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    8e5dd98 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    90d72d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4e513b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4cb83ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d62338 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. 🎉(big) Multiple updates

    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 committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    0a1afb7 View commit details
    Browse the repository at this point in the history