Skip to content

Commit 0350916

Browse files
satyaoglebrice
andcommitted
Update docs/examples/data/torchvision/main.py
Co-authored-by: Fabrice Normandin <[email protected]>
1 parent 8802137 commit 0350916

File tree

1 file changed

+1
-1
lines changed
  • docs/examples/data/torchvision

1 file changed

+1
-1
lines changed

docs/examples/data/torchvision/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def make_datasets(
145145
):
146146
"""Returns the training, validation, and test splits for iNat.
147147
148-
NOTE: We don't use image transforms here for simplicity.
148+
NOTE: We use the same image transforms here for train/val/test just to keep things simple.
149149
Having different transformations for train and validation would complicate things a bit.
150150
Later examples will show how to do the train/val/test split properly when using transforms.
151151
"""

0 commit comments

Comments
 (0)