Skip to content

Commit

Permalink
Merge PR suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
hecoding committed Nov 19, 2020
2 parents 6136fda + 6364c53 commit c6aab93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pl_bolts/datamodules/binary_mnist_datamodule.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def train_dataloader(self):
)
return loader

def val_dataloader(self,):
def val_dataloader(self):
"""
MNIST val set uses a subset of the training set for validation
"""
Expand Down

0 comments on commit c6aab93

Please sign in to comment.