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

Why does it increased in dimension after every layer? #67

Open
jessutanto opened this issue Mar 16, 2022 · 0 comments
Open

Why does it increased in dimension after every layer? #67

jessutanto opened this issue Mar 16, 2022 · 0 comments

Comments

@jessutanto
Copy link

Hi, I'm just wondering why does it increase in dimension every time I add a GCN layer? Because it won't work when I put a BatchNormalization after a GCN layer.

image

image

This is the error I get when I put a BatchNorm in between the GCN layers:

ValueError: Input 0 of layer batch_normalization is incompatible with the layer: expected ndim=3, found ndim=2. Full shape received: [None, 10]

any help and explanation would be very appreciated. Thank you!

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