zalandoresearch / pytorch-ts

PyTorch based Probabilistic Time Series forecasting framework based on GluonTS backend
MIT License
1.21k stars 190 forks source link

Error: wrong Input size #20

Closed lorrp1 closed 3 years ago

lorrp1 commented 3 years ago

Hello, I’m trying the example in the readme with a very simple univariate of about 1300 datapoint. It is made of just the data (y:m:d) and the values. I keep getting errors like input size got is 37 != expected (I tried using the length of the data frame) , but I can’t understand what is that 37.

How was the input = 43 of the example calculated?

lorrp1 commented 3 years ago

just checked the other issue and it’s exactly the number 2. I didn’t see it before.