Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
fra98 committed Feb 13, 2022
1 parent 2c0e5ff commit 622bc19
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 143 deletions.
2 changes: 1 addition & 1 deletion main_centralized.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
STEP_SIZE = [5, 10, 15] # How many epochs before decreasing learning rate (if using a step-down policy)
GAMMA = 0.1 # Multiplicative factor for learning rate step-down

NET = LeNet5_MOD_LIGHT_BN
NET = LeNet5_MOD_BN


def run_training(net, criterion, optimizer, scheduler=None):
Expand Down
67 changes: 0 additions & 67 deletions main_colab_fedAVG.py

This file was deleted.

75 changes: 0 additions & 75 deletions main_colab_fedOPT.py

This file was deleted.

0 comments on commit 622bc19

Please sign in to comment.