JulesBelveze / time-series-autoencoder

PyTorch Dual-Attention LSTM-Autoencoder For Multivariate Time Series

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

y_hist

yzthhjq opened this issue · comments

How do I get y_hist when I try to run this model in real time

Hey @yzthhjq!
If you use the DataLoaders created by TimeSeriesDataset object then every batch is of the form:

feature, y_hist, target = batch

Does this answer your question?

Closing this for inactivity. Feel free to reopen it if needed.