We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be1b35e commit b3e4c14Copy full SHA for b3e4c14
demo-notebooks/batch-job/mnist.py
@@ -149,7 +149,7 @@ def test_dataloader(self):
149
trainer = Trainer(
150
accelerator="auto",
151
# devices=1 if torch.cuda.is_available() else None, # limiting got iPython runs
152
- max_epochs=5,
+ max_epochs=100,
153
callbacks=[TQDMProgressBar(refresh_rate=20)],
154
num_nodes=int(os.environ.get("GROUP_WORLD_SIZE", 1)),
155
devices=int(os.environ.get("LOCAL_WORLD_SIZE", 1)),
0 commit comments