Skip to content

Commit b3e4c14

Browse files
Maxusmustianishasthana
authored andcommitted
Keep 100 epochs
1 parent be1b35e commit b3e4c14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo-notebooks/batch-job/mnist.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def test_dataloader(self):
149149
trainer = Trainer(
150150
accelerator="auto",
151151
# devices=1 if torch.cuda.is_available() else None, # limiting got iPython runs
152-
max_epochs=5,
152+
max_epochs=100,
153153
callbacks=[TQDMProgressBar(refresh_rate=20)],
154154
num_nodes=int(os.environ.get("GROUP_WORLD_SIZE", 1)),
155155
devices=int(os.environ.get("LOCAL_WORLD_SIZE", 1)),

0 commit comments

Comments
 (0)