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
Great project!
However, when I try to get a prediction with shape [B, L, N, C] through STID, I can only get shape [B, L, N, 1].
During the time series embedding process, the input dim C is reduced and unsqueezed with 1. How to keep the output dim the same as C.
The text was updated successfully, but these errors were encountered:
Great project!
However, when I try to get a prediction with shape
[B, L, N, C]
through STID, I can only get shape[B, L, N, 1]
.During the time series embedding process, the input dim
C
is reduced and unsqueezed with1
. How to keep the output dim the same asC
.The text was updated successfully, but these errors were encountered: