timeseriesAI / tsai

Time series Timeseries Deep Learning Machine Learning Python Pytorch fastai | State-of-the-art Deep Learning library for Time Series and Sequences in Pytorch / fastai
https://timeseriesai.github.io/tsai/
Apache License 2.0
4.91k stars 622 forks source link

Output size #878

Open mariagonzc opened 5 months ago

mariagonzc commented 5 months ago

Hi! I have noticed that the LSTM/GRU/etc. models only output the last time step of the sequence. Is there some option to obtain the full sequence instead? Thanks!