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
Thanks for the great work!
I've read your paper and got confused in DyLinear blocks and ask here to get some clarifications.
Q, Is DyLinear block applied to each variables independently? In equation (2), I believe that $z_s$ is sized $l_s$ * v * d and WInterp is sized $w_i * w_o$. How are WInterp$z_s$ calculated and what is exactly lout ? Also if it is calculated as independent, why do we need interpolation? Isn't d fixed among different time series?
Thank you
The text was updated successfully, but these errors were encountered:
Thank you for your clarification!
Though I still can't follow the purpose of DyLinear block.
I first thought it was added to force the variable sized sequences to have fixed length, but realized this cannot be done due to the division of Zin (since Z2mid doesn't pass DyLinear operator).
Could you elaborate more of the effect of DyLinear block?
Thank you
Thanks for the great work!
I've read your paper and got confused in DyLinear blocks and ask here to get some clarifications.
Q, Is DyLinear block applied to each variables independently? In equation (2), I believe that$z_s$ is sized $l_s$ * v * d and WInterp is sized $w_i * w_o$ . How are WInterp$z_s$ calculated and what is exactly lout ? Also if it is calculated as independent, why do we need interpolation? Isn't d fixed among different time series?
Thank you
The text was updated successfully, but these errors were encountered: