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 a5294b8 commit d3254aaCopy full SHA for d3254aa
tests/tests_pytorch/core/test_saving.py
@@ -8,7 +8,7 @@
8
9
def create_boring_checkpoint():
10
model = BoringModel()
11
- trainer = pl.Trainer(accelerator="auto", max_epochs=1)
+ trainer = pl.Trainer(accelerator="auto", max_epochs=1, enable_model_summary=False, enable_progress_bar=False)
12
trainer.fit(model)
13
trainer.save_checkpoint("./boring.ckpt")
14
0 commit comments