lucidrains / ETSformer-pytorch

Implementation of ETSformer, state of the art time-series Transformer, in Pytorch
MIT License
145 stars 20 forks source link

Data pre-processing step? #10

Open puzzlecollector opened 2 years ago

puzzlecollector commented 2 years ago

Is some sort of data pre-processing required for the time series data before I pass it into ETSformer?

susmera-joseph commented 5 months ago

I am a begginer in AI. I would like to try the ETSformer inmy timeseries data. Could someone please provide some examples to fitting the model and predicting multivariate datasets. I am getting error as Given groups=1, weight of size [512, 4, 3], expected input[32, 1, 4] to have 4 channels, but got 1 channels instead