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
I see the following warning while precompiling the package:
WARNING: Method definition (::GraphNeuralNetworks.GINConv{R<:Real, NN, A})(GraphNeuralNetworks.GNNGraphs.TemporalSnapshotsGNNGraph, AbstractArray{T, 1} where T) in module GraphNeu
ralNetworks at /home/kenta/.julia/packages/GraphNeuralNetworks/a5Jzz/src/layers/temporalconv.jl:190 overwritten at /home/kenta/.julia/packages/GraphNeuralNetworks/a5Jzz/src/layers
/temporalconv.jl:210.
I see the following warning while precompiling the package:
As the message says, we can find duplicated method definitions for
GINConv
:https://github.com/CarloLucibello/GraphNeuralNetworks.jl/blob/76711ba361e9065371e256ab5513099a163c5ef3/src/layers/temporalconv.jl#L190
https://github.com/CarloLucibello/GraphNeuralNetworks.jl/blob/76711ba361e9065371e256ab5513099a163c5ef3/src/layers/temporalconv.jl#L210
The text was updated successfully, but these errors were encountered: