jdb78 / pytorch-forecasting

Time series forecasting with PyTorch
https://pytorch-forecasting.readthedocs.io/
MIT License
3.87k stars 611 forks source link

Is there a get started example for LSTM? #1334

Open Med-Rokaimi opened 1 year ago

Med-Rokaimi commented 1 year ago

Expected behavior

I executed code ... in order to ... and expected to get result ...

Actual behavior

However, result was .... I think it has to do with ... because of ...

Code to reproduce the problem

Paste the command(s) you ran and the output. Including a link to a colab notebook will speed up issue resolution. If there was a crash, please include the traceback here. The code used to initialize the TimeSeriesDataSet and model should be also included.

ManieTadayon commented 1 year ago

Can you elaborate on your question: This is the page for LSTM support in Pytorch forecasting, I assume the rest would be similar to other models: https://pytorch-forecasting.readthedocs.io/en/stable/api/pytorch_forecasting.models.nn.rnn.LSTM.html