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
Hello, thank you for sharing such a nice work !
I have some questions about the dimension of the H(t) and transform matrix W and U in STGODE. I wonder whether the following statements are right ?
As you mentioned in the paper, classic form of GCN (H‘=AHW) entangles feature channels using a matrx W with dims [C, C'].
However, when using CGNN with matrix-based or tensor-based ODE, the dims[0] and dims[1] of feature transform matrix W and temporal transform matrix U should be the same (dims: [F, F] or [T, T]) to make sure that H(t) has the same shape with H0 ?
And to keep the dims of feature channels and temporal channels unchanged, the model fixed the feature dims at F in each layer, and pad zeros after dilated TCN to keep sequence length at T ?
Can STGODE model deal with the conditions with variable num of feature channels ?
Looking forward to your reply and thank you very much !
The text was updated successfully, but these errors were encountered:
Hello, thank you for sharing such a nice work !
I have some questions about the dimension of the H(t) and transform matrix W and U in STGODE. I wonder whether the following statements are right ?
However, when using CGNN with matrix-based or tensor-based ODE, the dims[0] and dims[1] of feature transform matrix W and temporal transform matrix U should be the same (dims: [F, F] or [T, T]) to make sure that H(t) has the same shape with H0 ?
Can STGODE model deal with the conditions with variable num of feature channels ?
Looking forward to your reply and thank you very much !
The text was updated successfully, but these errors were encountered: