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
when I change the data set to electricity and train, it will report a error by the assert self.para.highway == self.para.attention_len , but when I delete this line, it will run but report the input can not be empty?
I don't understand the relationship between the parameter highway and attention_len , could you please give me some help? thanks a lot.
The text was updated successfully, but these errors were encountered:
I have tried to change the data, but I haven't finished it, my data is multiple variables to predict one, but this code is multiple to multiple, it's difficult to change it to me, by the way, change the value of highway and attention_len to the same, the code can run.
Same, also, my data is multivariate time series for different people - so I have a p x n x d dataset - for example values for 25 heart rate sensors for 300 time steps for 50 people. The MTS examples like electricity consumption are n x d (e.g. 25 sensors for 300 time steps)
when I change the data set to electricity and train, it will report a error by the
assert self.para.highway == self.para.attention_len
, but when I delete this line, it will run but report the input can not be empty?I don't understand the relationship between the parameter
highway
andattention_len
, could you please give me some help? thanks a lot.The text was updated successfully, but these errors were encountered: