Replies: 1 comment
-
Hi, I had the same problem with such approach and I figured out that PyTorch-Lightning logging slows it down dramatically because it logs to disk.
|
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 am working on a time series forecasting project and facing a challenge with multistep forecasting.
Currently, I have a model trained to predict one step ahead, but I need to adapt this approach to predict multiple steps ahead more efficiently. I need to keep training with h=1.
This approach is considerably slow. Is there any other model to make this prediction?
Beta Was this translation helpful? Give feedback.
All reactions