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

Add GCNConvFixedW layer #445

Closed
wants to merge 3 commits into from

Conversation

aurorarossi
Copy link
Member

This PR adds the version of GCNConv layer in which you have to pass the weights.
It will be part of the temporal convolution EvolveGCN of the paper https://arxiv.org/abs/1902.10191.

@CarloLucibello
Copy link
Member

That's a lot of unfortunate code duplication. Can we just add another argument weight = nothing to the forward pass of the existing GCNConv?

@aurorarossi
Copy link
Member Author

See cleaner PR #447

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

Successfully merging this pull request may close these issues.

2 participants