Skip to content

Commit

Permalink
Update tests/accelerators/test_dp.py
Browse files Browse the repository at this point in the history
Co-authored-by: Kaushik B <45285388+kaushikb11@users.noreply.github.com>
  • Loading branch information
2 people authored and Borda committed Mar 4, 2021
1 parent 6b3d47e commit 9b1e45f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/accelerators/test_dp.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,6 @@ def test_dp_training_step_dict(tmpdir):
limit_train_batches=2,
limit_val_batches=0,
gpus=2,
plugins='dp',
accelerator='dp',
)
trainer.fit(model)

0 comments on commit 9b1e45f

Please sign in to comment.