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

DGLError: Cannot update column of scheme Scheme(shape=(16,), dtype=torch.float32) using feature of scheme Scheme(shape=(2,), dtype=torch.float32) #1

Open
TungTNguyen opened this issue Sep 29, 2020 · 0 comments

Comments

@TungTNguyen
Copy link

TungTNguyen commented Sep 29, 2020

I'm reproducing this paper and come across this bug, while running both main.py and parameter_reload.py.
This could have been resulted from this line of code:
self.gcn1 = GCN(2, 16, t.tanh)
which initialize a Graph Convolutional Networks with input_features=2, out_features=16 and activation=tanh. Any debugging would be acknowledged. @arbaazkhan2

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