Skip to content

Commit 704d2da

Browse files
committed
Update test_horovod.py
1 parent 2ebb67e commit 704d2da

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/models/test_horovod.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ def test_horovod_cpu(tmpdir):
7878
limit_train_batches=0.4,
7979
limit_val_batches=0.2,
8080
accelerator="horovod",
81-
deterministic=True,
8281
)
8382
_run_horovod(trainer_options)
8483

@@ -170,7 +169,6 @@ def test_horovod_apex(tmpdir):
170169
limit_train_batches=0.4,
171170
limit_val_batches=0.2,
172171
gpus=2,
173-
deterministic=True,
174172
accelerator="horovod",
175173
amp_backend="apex",
176174
precision=16,
@@ -190,7 +188,6 @@ def test_horovod_amp(tmpdir):
190188
limit_train_batches=0.4,
191189
limit_val_batches=0.2,
192190
gpus=2,
193-
deterministic=True,
194191
accelerator="horovod",
195192
amp_backend="native",
196193
precision=16,
@@ -210,7 +207,6 @@ def test_horovod_gather(tmpdir):
210207
limit_train_batches=0.4,
211208
limit_val_batches=0.2,
212209
gpus=2,
213-
deterministic=True,
214210
accelerator="horovod",
215211
)
216212
_run_horovod(trainer_options, on_gpu=True)
@@ -236,7 +232,6 @@ def validation_step(self, batch, *args, **kwargs):
236232
limit_train_batches=0.4,
237233
limit_val_batches=0.2,
238234
gpus=1,
239-
deterministic=True,
240235
accelerator="horovod",
241236
)
242237
tpipes.run_model_test_without_loggers(trainer_options, model)
@@ -253,7 +248,6 @@ def test_horovod_multi_optimizer(tmpdir):
253248
max_epochs=1,
254249
limit_train_batches=0.4,
255250
limit_val_batches=0.2,
256-
deterministic=True,
257251
accelerator="horovod",
258252
)
259253
trainer.fit(model)

0 commit comments

Comments
 (0)