Question: How to use Mosaic streaming with TimeseriesDataset and PyTorch Forecasting? #1686
Unanswered
KornkamonGib
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Hm, I see, thanks for asking, @KornkamonGib - it looks like the architecture is a bit unfortunate in how it is coupled to Have you tried using the Also, since it is a question, I am moving it to the discussion forum. |
Beta Was this translation helpful? Give feedback.
1 reply
-
If you know any of the scaling backends mentioned in #1685 well and are interested to help, let us know! discord/dev-chat: https://discord.com/invite/54ACzaFsn7 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm working on forecasting daily product demand for a retailer using the Temporal Fusion Transformer (TFT) model from the PyTorch Forecasting library. My dataset is huge, with around 10 billion rows, and is stored in a Spark DataFrame on Databricks.
I'm encountering an issue when I try to convert the Spark DataFrame to Pandas, resulting in a "driver out of memory" error. To tackle this, I attempted to use Mosaic streaming for efficient data loading, but the challenge is that the TimeseriesDataset in PyTorch Forecasting requires a Pandas DataFrame.
Could anyone guide me on how to use Mosaic streaming with the TimeseriesDataset and PyTorch Forecasting? If possible, I'd greatly appreciate an example to understand how to apply it.
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions