Skip to content

Commit

Permalink
fix typo on binary_mnist_datamodule
Browse files Browse the repository at this point in the history
thanks @akihironitta

Co-authored-by: Akihiro Nitta <nitta@akihironitta.com>
  • Loading branch information
2 people authored and Borda committed Nov 26, 2020
1 parent 08ccd0c commit b4124bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pl_bolts/datamodules/binary_mnist_datamodule.py
Expand Up @@ -118,7 +118,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 b4124bf

Please sign in to comment.