Skip to content

Commit

Permalink
Followup of #843 - adding docstring (#847)
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammehta25 authored Aug 2, 2022
1 parent f3b17aa commit 5481b6e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pl_bolts/datamodules/vision_datamodule.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ def __init__(
pin_memory: If true, the data loader will copy Tensors into CUDA pinned memory before
returning them
drop_last: If true drops the last incomplete batch
train_transforms: transformations you can apply to train dataset
val_transforms: transformations you can apply to validation dataset
test_transforms: transformations you can apply to test dataset
"""

super().__init__(*args, **kwargs)
Expand Down

0 comments on commit 5481b6e

Please sign in to comment.