We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8802137 commit 0350916Copy full SHA for 0350916
docs/examples/data/torchvision/main.py
@@ -145,7 +145,7 @@ def make_datasets(
145
):
146
"""Returns the training, validation, and test splits for iNat.
147
148
- NOTE: We don't use image transforms here for simplicity.
+ NOTE: We use the same image transforms here for train/val/test just to keep things simple.
149
Having different transformations for train and validation would complicate things a bit.
150
Later examples will show how to do the train/val/test split properly when using transforms.
151
"""
0 commit comments