Skip to content

Commit

Permalink
changed params
Browse files Browse the repository at this point in the history
  • Loading branch information
TheColdIce committed Sep 29, 2023
1 parent a2b77bc commit 10a7a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion federated-learning-v2/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def main():
Module = LogisticRegressor
Optimizer = torch.optim.SGD
Criterion = torch.nn.CrossEntropyLoss
lr = 0.01
lr = 0.02
n_epochs = 1
batch_size = 64
n_workers = 1
Expand Down

0 comments on commit 10a7a2b

Please sign in to comment.