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

Flower Baseline: FedAvg MNIST #1497

Merged
merged 72 commits into from
Jan 9, 2023
Merged

Flower Baseline: FedAvg MNIST #1497

merged 72 commits into from
Jan 9, 2023

Commits on Dec 2, 2022

  1. Add initial structure

    charlesbvll committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    f7a8e4d View commit details
    Browse the repository at this point in the history
  2. Add initial structure

    charlesbvll committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    91aee5c View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Configuration menu
    Copy the full SHA
    51781ee View commit details
    Browse the repository at this point in the history
  2. Add docstrings

    charlesbvll committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    a5da8dd View commit details
    Browse the repository at this point in the history
  3. Fix typing errors

    charlesbvll committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    0ca930c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e9ad00 View commit details
    Browse the repository at this point in the history
  5. Fix mypy error

    charlesbvll committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    ac5ac92 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Configuration menu
    Copy the full SHA
    6efb6fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8beb179 View commit details
    Browse the repository at this point in the history
  3. Fix linting errors

    charlesbvll committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    b08aede View commit details
    Browse the repository at this point in the history
  4. Fix linting errors

    charlesbvll committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    56be404 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Configuration menu
    Copy the full SHA
    2e93a3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73bd824 View commit details
    Browse the repository at this point in the history
  3. Fix linting errors

    charlesbvll committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    cd7a545 View commit details
    Browse the repository at this point in the history
  4. Fix linting errors

    charlesbvll committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    ac521ed View commit details
    Browse the repository at this point in the history
  5. Fix linting errors

    charlesbvll committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    ae6c0d9 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

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

Commits on Dec 9, 2022

  1. Change division

    charlesbvll committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    56cfdbd View commit details
    Browse the repository at this point in the history
  2. Add tests.py

    charlesbvll committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    57eef55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    774e3bc View commit details
    Browse the repository at this point in the history
  4. Fix import order

    charlesbvll committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    bb9c801 View commit details
    Browse the repository at this point in the history
  5. Remove useless variable

    charlesbvll committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    4ad824a View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2022

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

Commits on Dec 12, 2022

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

Commits on Dec 16, 2022

  1. Remove GPU training

    charlesbvll committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    3785e4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af259b5 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2022

  1. Add better plots

    charlesbvll committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    8b7e5d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd5dffb View commit details
    Browse the repository at this point in the history
  3. Change y-axis scaling

    charlesbvll committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    6b1d895 View commit details
    Browse the repository at this point in the history
  4. Put plots side by side

    charlesbvll committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    981bbe1 View commit details
    Browse the repository at this point in the history
  5. Put images side by side

    charlesbvll authored Dec 17, 2022
    Configuration menu
    Copy the full SHA
    d9bcce5 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Change plots

    charlesbvll committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    0ffb990 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64733ca View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Add better plots

    charlesbvll committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    d8a8360 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea4e577 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Debug nan loss

    charlesbvll committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    19600b5 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

  1. Better plots

    charlesbvll committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    0ca6d86 View commit details
    Browse the repository at this point in the history
  2. Modify plot to be square

    charlesbvll committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    5a53997 View commit details
    Browse the repository at this point in the history
  3. Remove f-string

    charlesbvll committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    2fe25ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cbc8361 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2022

  1. New plots

    charlesbvll committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    eddefc3 View commit details
    Browse the repository at this point in the history
  2. Add square aspect ratio

    charlesbvll committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    7b1f9ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4addba7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    145ddfb View commit details
    Browse the repository at this point in the history
  5. Fix linting

    charlesbvll committed Dec 24, 2022
    Configuration menu
    Copy the full SHA
    5f32c62 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2022

  1. Better plot

    charlesbvll committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    7f60132 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fba74a View commit details
    Browse the repository at this point in the history
  3. Better plot

    charlesbvll committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    a2910e5 View commit details
    Browse the repository at this point in the history
  4. Adjust expected max

    charlesbvll committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    508992b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f0ef4db View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

  1. Add suffix to plot names

    charlesbvll committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    fe73b94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    027232b View commit details
    Browse the repository at this point in the history
  3. Add suffix to plots

    charlesbvll committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    f24520f View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

  1. Add plots

    charlesbvll committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    96bd7fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    346c810 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad21982 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. Configuration menu
    Copy the full SHA
    8153977 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10c4f99 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Configuration menu
    Copy the full SHA
    13e3747 View commit details
    Browse the repository at this point in the history
  2. Remove nan error

    charlesbvll committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    cafbdb9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0623b99 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32ed5bd View commit details
    Browse the repository at this point in the history
  5. Revert config changes

    charlesbvll committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    8f6394f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1e25e60 View commit details
    Browse the repository at this point in the history
  7. Fix no return value

    charlesbvll committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    fc198d3 View commit details
    Browse the repository at this point in the history
  8. Reduce line length

    charlesbvll committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    9d28c28 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Configuration menu
    Copy the full SHA
    5bd7103 View commit details
    Browse the repository at this point in the history
  2. Add saved histories

    charlesbvll committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    4ef1cac View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. Change plot title

    charlesbvll committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    5ffb491 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2724b3 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Configuration menu
    Copy the full SHA
    e3ac557 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdc0f20 View commit details
    Browse the repository at this point in the history