Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The dimension of H(t) and transform matrix W and U in CGNN/ODE #8

Open
MaiSpace opened this issue Nov 2, 2021 · 0 comments
Open

The dimension of H(t) and transform matrix W and U in CGNN/ODE #8

MaiSpace opened this issue Nov 2, 2021 · 0 comments

Comments

@MaiSpace
Copy link

MaiSpace commented Nov 2, 2021

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 !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant