cleaning up demos

This commit is contained in:
William Falcon
2019-10-05 15:14:34 -04:00
parent a7e154e643
commit 67de4c241e
@@ -202,7 +202,8 @@ class LightningTemplateModel(LightningModule):
dataset=dataset,
batch_size=batch_size,
shuffle=should_shuffle,
sampler=train_sampler
sampler=train_sampler,
num_workers=0
)
return loader