Use TimeSeriesDataset() separately for training data and for validation data #18297
Unanswered
fokoa
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I started handling Pytorch Lightning. I want to use the temporalfusion modeltransform model TFT getting started . I already have training and validation data ready-to-use, and I want to charge them independently with the TimeSeriesDataset module. Here is an extract from my code:
When I execute it I get this error:
I would like to know how to eliminate the warnings above the traceback block?.
Beta Was this translation helpful? Give feedback.
All reactions