Skip to content

Commit

Permalink
Merge branch 'ar/add-pool-layers' of https://github.com/JuliaGraphs/G…
Browse files Browse the repository at this point in the history
…raphNeuralNetworks.jl into ar/add-pool-layers
  • Loading branch information
aurorarossi committed Jan 6, 2025
2 parents c048532 + e80872c commit b8c479d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNNLux/src/layers/pool.jl
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,4 @@ function TopKPool(adj::AbstractMatrix, k::Int, in_channel::Int; init = glorot_un
TopKPool(adj, k, init(in_channel), similar(adj, k, k))
end

(t::TopKPool)(x::AbstractArray, ps, st) = GNNlib.topk_pool(t, x)
(t::TopKPool)(x::AbstractArray, ps, st) = GNNlib.topk_pool(t, x), st

0 comments on commit b8c479d

Please sign in to comment.