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 89c190f commit dfecb4fCopy full SHA for dfecb4f
tests/deprecated_api/test_remove_1-7.py
@@ -351,8 +351,8 @@ def test_v1_7_0_passing_strategy_to_accelerator_trainer_flag():
351
def test_v1_7_0_passing_strategy_to_plugins_flag():
352
with pytest.deprecated_call(match="has been deprecated in v1.5 and will be removed in v1.7."):
353
Trainer(plugins="ddp_spawn")
354
-
355
+
356
def test_v1_7_0_weights_summary_trainer(tmpdir):
357
with pytest.deprecated_call(match=r"Setting `Trainer\(weights_summary=full\)` is deprecated in v1.5"):
358
t = Trainer(weights_summary="full")
0 commit comments