Skip to content

Commit

Permalink
undo
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanTingHsieh committed Feb 7, 2025
1 parent 6ef8464 commit 2ca2ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hello-world/hello-pt/src/hello-pt_cifar10_fl.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

def main():
batch_size = 4
epochs = 2
epochs = 5
lr = 0.01
model = SimpleNetwork()
device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")
Expand Down

0 comments on commit 2ca2ace

Please sign in to comment.