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 d0798ea commit 6ff54d0Copy full SHA for 6ff54d0
tests/accelerators/test_dp.py
@@ -130,13 +130,7 @@ def test_dp_training_step_dict(tmpdir):
130
"""
131
This test verify dp properly reduce dictionaries
132
133
-
134
- class TestModel(BoringModel):
135
136
- def training_step(self, batch, batch_idx):
137
- return super().training_step(batch, batch_idx)
138
139
- model = TestModel()
+ model = BoringModel()
140
model.training_step_end = None
141
trainer = pl.Trainer(
142
default_root_dir=tmpdir,
0 commit comments