Skip to content

GATv2Conv show method errors #126

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

Closed
tclements opened this issue Feb 11, 2022 · 0 comments · Fixed by #129
Closed

GATv2Conv show method errors #126

tclements opened this issue Feb 11, 2022 · 0 comments · Fixed by #129

Comments

@tclements
Copy link
Contributor

The show method for the GATv2Conv layer is throwing an error in the REPL:

julia> GATv2Conv(128=>128,relu)
Error showing value of type GATv2Conv{Float32, Dense{typeof(identity), Matrix{Float32}, Vector{Float32}}, Dense{typeof(identity), Matrix{Float32}, Flux.Zeros}, Vector{Float32}, Matrix{Float32}}:
ERROR: type GATv2Conv has no field weight_i

Should be a pretty simple fix at https://github.com/CarloLucibello/GraphNeuralNetworks.jl/blob/9a9370c6e409507372a55c22efc39b47b83282b9/src/layers/conv.jl#L442

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 a pull request may close this issue.

1 participant