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 4b78013 commit 86cf068Copy full SHA for 86cf068
tests/tests_pytorch/checkpointing/test_model_checkpoint.py
@@ -1668,7 +1668,7 @@ def val_dataloader(self) -> DataLoader:
1668
trainer.fit(model, ckpt_path=checkpoint_path)
1669
1670
1671
- def test_save_last_without_save_on_train_epoch_and_without_val(tmp_path):
+def test_save_last_without_save_on_train_epoch_and_without_val(tmp_path):
1672
"""Test that save_last=True when save_on_train_epoch_end=False."""
1673
1674
# Remove validation methods to reproduce the bug
0 commit comments