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

Question about GAST-Net model #44

Open
z0978916348 opened this issue Jul 7, 2021 · 0 comments
Open

Question about GAST-Net model #44

z0978916348 opened this issue Jul 7, 2021 · 0 comments

Comments

@z0978916348
Copy link

z0978916348 commented Jul 7, 2021

Hi!
Can you explain why GAST-Net's dimension is (25, 17, 256) (T, N, C) after executing first Graph Attention Block in the paper? 
I think input shape (256, 27, 17) will be (256, 9, 17) after going through Conv2D with kernel (3,1) and stride (3, 1) in gast_net.py
When I print the residual shape in the network, it shows me (256, 9, 17) # (C, T, N).

Thanks

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