DataModule property train_transforms
was deprecated
#12952
Unanswered
Wheest
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment 4 replies
-
It's using datamodule from pl_bolts which is quite outdated. You can still assign these transformers to any state you want and use them as per your use-cases. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was following the official example on running CIFAR10. However, when running I get warnings deprecated features related to the transforms:
Given it is deprecated, what is the new way of applying data transformations to a DataModule? What should the example be updated to use?
Beta Was this translation helpful? Give feedback.
All reactions