We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 786b200 commit 01767eeCopy full SHA for 01767ee
GNNLux/src/layers/conv.jl
@@ -642,16 +642,7 @@ end
642
σ
643
end
644
645
-"""
646
-function NNConv(ch::Pair{Int, Int}, σ = identity;
647
- init_weight = glorot_uniform,
648
- init_bias = zeros32,
649
- use_bias::Bool = true,
650
- add_self_loops::Bool = true,
651
- use_edge_weight::Bool = false,
652
- allow_fast_activation::Bool = true)
653
654
-# fix args order
+
655
function NNConv(ch::Pair{Int, Int}, nn, σ = identity;
656
aggr = +,
657
init_bias = zeros32,
0 commit comments