Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
rbSparky committed Aug 7, 2024
1 parent 96a9233 commit a1fc342
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion GNNLux/src/layers/conv.jl
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,8 @@ end
aggr::A
end

MEGNetConv(ϕe, ϕv; aggr = mean) = MEGNetConv(ϕe, ϕv, aggr)
# 'mean' not defined
#MEGNetConv(ϕe, ϕv; aggr = mean) = MEGNetConv(ϕe, ϕv, aggr)

function MEGNetConv(ch::Pair{Int, Int}; aggr = mean)
nin, nout = ch
Expand Down

0 comments on commit a1fc342

Please sign in to comment.