Skip to content

Commit bbea5a6

Browse files
committed
Fix
1 parent c841899 commit bbea5a6

File tree

1 file changed

+1
-1
lines changed
  • GraphNeuralNetworks/src/layers

1 file changed

+1
-1
lines changed

GraphNeuralNetworks/src/layers/pool.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ function Set2Set(n_in::Int, n_iters::Int, n_layers::Int = 1)
156156
end
157157

158158
function (l::Set2Set)(g, x)
159-
m = (; l.lstm, l.num_iters, Wh = lstm.Wh)
159+
m = (; l.lstm, l.num_iters, Wh = l.lstm.Wh)
160160
return GNNlib.set2set_pool(m, g, x)
161161
end
162162

0 commit comments

Comments
 (0)