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

Initial support for federated learning #7831

Merged
merged 28 commits into from May 5, 2022
Merged

Commits on Apr 4, 2022

  1. add federated plugin

    rongou committed Apr 4, 2022
    Copy the full SHA
    48fc024 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. Copy the full SHA
    5e1ff7e View commit details
    Browse the repository at this point in the history
  2. minor cleanup

    rongou committed Apr 8, 2022
    Copy the full SHA
    cd52ceb View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2022

  1. Copy the full SHA
    b63395a View commit details
    Browse the repository at this point in the history
  2. refactor federated server

    rongou committed Apr 16, 2022
    Copy the full SHA
    66bf977 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    549fbdb View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. support custom reduction

    rongou committed Apr 18, 2022
    Copy the full SHA
    4723c00 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. remove unused includes

    rongou committed Apr 19, 2022
    Copy the full SHA
    457f690 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    095f717 View commit details
    Browse the repository at this point in the history
  3. fix finalize

    rongou committed Apr 19, 2022
    Copy the full SHA
    66e9425 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    4dc81df View commit details
    Browse the repository at this point in the history
  5. update readme

    rongou committed Apr 19, 2022
    Copy the full SHA
    e40ca5d View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. support more than 10 workers

    rongou committed Apr 20, 2022
    Copy the full SHA
    c99883c View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. Copy the full SHA
    80f8593 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    60ef12e View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Copy the full SHA
    5ce184b View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2022

  1. Copy the full SHA
    dca5902 View commit details
    Browse the repository at this point in the history
  2. simplify cert generation

    rongou committed Apr 23, 2022
    Copy the full SHA
    05fce58 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Copy the full SHA
    ac8be18 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. change to functors

    rongou committed Apr 26, 2022
    Copy the full SHA
    6c16319 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. add c api

    rongou committed Apr 27, 2022
    Copy the full SHA
    851ccde View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Copy the full SHA
    b7ba8ae View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. Copy the full SHA
    f2164c6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9819f85 View commit details
    Browse the repository at this point in the history
  3. revert accidiental change

    rongou committed Apr 29, 2022
    Copy the full SHA
    bb0896e View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    7ea426c View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. Copy the full SHA
    5bf7e35 View commit details
    Browse the repository at this point in the history
  2. address review comments

    rongou committed May 2, 2022
    Copy the full SHA
    ba52021 View commit details
    Browse the repository at this point in the history