Skip to content

Commit 2ca2ace

Browse files
committed
undo
1 parent 6ef8464 commit 2ca2ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/hello-world/hello-pt/src/hello-pt_cifar10_fl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
def main():
3232
batch_size = 4
33-
epochs = 2
33+
epochs = 5
3434
lr = 0.01
3535
model = SimpleNetwork()
3636
device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")

0 commit comments

Comments
 (0)