Skip to content

Commit 3b2ad55

Browse files
committed
Update test_horovod.py
1 parent da17500 commit 3b2ad55

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/models/test_horovod.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ def test_horovod_cpu_clip_grad_by_value(tmpdir):
9595
limit_train_batches=0.4,
9696
limit_val_batches=0.2,
9797
accelerator="horovod",
98-
deterministic=True,
9998
)
10099
_run_horovod(trainer_options)
101100

@@ -111,7 +110,6 @@ def test_horovod_cpu_implicit(tmpdir):
111110
max_epochs=1,
112111
limit_train_batches=0.4,
113112
limit_val_batches=0.2,
114-
deterministic=True,
115113
)
116114
_run_horovod(trainer_options)
117115

@@ -128,7 +126,6 @@ def test_horovod_multi_gpu(tmpdir):
128126
limit_train_batches=0.4,
129127
limit_val_batches=0.2,
130128
gpus=2,
131-
deterministic=True,
132129
accelerator="horovod",
133130
)
134131
_run_horovod(trainer_options, on_gpu=True)
@@ -147,7 +144,6 @@ def test_horovod_multi_gpu_grad_by_value(tmpdir):
147144
limit_train_batches=0.4,
148145
limit_val_batches=0.2,
149146
gpus=2,
150-
deterministic=True,
151147
accelerator="horovod",
152148
)
153149
_run_horovod(trainer_options, on_gpu=True)

0 commit comments

Comments
 (0)