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 1db9707 commit 83a0fafCopy full SHA for 83a0faf
tests/deprecated_api/test_remove_1-4.py
@@ -192,6 +192,9 @@ def test_v1_4_0_deprecated_lightning_data_parallel():
192
193
194
def test_v1_4_0_deprecated_checkpoint_on(tmpdir):
195
+ from pytorch_lightning.callbacks.model_checkpoint import warning_cache
196
+ warning_cache.clear()
197
+
198
class TestModel(BoringModel):
199
def training_step(self, batch, batch_idx):
200
self.log("val_loss", -batch_idx)
0 commit comments