added test for no dist sampler

This commit is contained in:
William Falcon
2019-07-24 17:04:12 -04:00
parent 9e5dd7a7ea
commit 096132b389
+1 -1
View File
@@ -38,7 +38,7 @@ def test_ddp_sampler_error():
model = LightningTestModel(hparams, force_remove_distributed_sampler=True)
trainer_options = dict(
progress_bar=True,
progress_bar=False,
max_nb_epochs=1,
gpus=[0, 1],
distributed_backend='ddp',