We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29c0397 commit 096f0b7Copy full SHA for 096f0b7
tests/test_lightning.py
@@ -86,7 +86,7 @@ def test_lightning_integration(tmp_dir):
86
# init logger
87
dvclive_logger = DvcLiveLogger("test_run", path="logs")
88
trainer = Trainer(
89
- logger=dvclive_logger, max_epochs=1, checkpoint_callback=False
+ logger=dvclive_logger, max_epochs=1, enable_checkpointing=False
90
)
91
trainer.fit(model)
92
0 commit comments