You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In line 105 of data_loader.py in the data_provider, why is there a multiplication by self.enc_in in the statement: "return (len(self.data_x) - self.seq_len - self.pred_len + 1) * self.enc_in" when calculating len?
The text was updated successfully, but these errors were encountered:
In line 105 of data_loader.py in the data_provider, why is there a multiplication by self.enc_in in the statement: "return (len(self.data_x) - self.seq_len - self.pred_len + 1) * self.enc_in" when calculating len?
The text was updated successfully, but these errors were encountered: