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
edit
Having read the other issues, this might be related to #738 & #713 as it's trying a multivariate input/univariate output. I'm happy to make some code changes if you point me in the right direction
/edit
Runtime Error when using PatchTST (it works with, for example TSTPlus):
return _VF.broadcast_tensors(tensors) # type: ignore[attr-defined]
RuntimeError: The size of tensor a (241920) must match the size of tensor b (70) at non-singleton dimension 0
Hi @E-Penguin, this is not yet currently supported by PatchTST. For now, you can only use it with univariate datasets, or multivariate datasets where you predict all input variables (in fact, this is a duplicate of #713).
Hi @oguiza I just wanted to confirm if this issue is still unresolved(multivariate input ---> univariate output)?. I have traied but got mismatch error so I just wanted to know if you had a solution for this now?
Thank you
edit
Having read the other issues, this might be related to #738 & #713 as it's trying a multivariate input/univariate output. I'm happy to make some code changes if you point me in the right direction
/edit
Runtime Error when using PatchTST (it works with, for example TSTPlus):
Code to reproduce:
The text was updated successfully, but these errors were encountered: