mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-11 12:31:23 +08:00
added test for no dist sampler
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user