File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments