You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The
show
method for theGATv2Conv
layer is throwing an error in the REPL:Should be a pretty simple fix at https://github.com/CarloLucibello/GraphNeuralNetworks.jl/blob/9a9370c6e409507372a55c22efc39b47b83282b9/src/layers/conv.jl#L442
The text was updated successfully, but these errors were encountered: