cleaning up demos

This commit is contained in:
William Falcon
2019-10-05 15:15:28 -04:00
parent 67de4c241e
commit f02856c0bc
@@ -190,7 +190,7 @@ class LightningTemplateModel(LightningModule):
dataset = MNIST(root=self.hparams.data_root, train=train,
transform=transform, download=True)
# when using multi-node (ddp) we need to add the datasampler
# when using multi-node (ddp) we need to add the datasampler
train_sampler = None
batch_size = self.hparams.batch_size