Skip to content

Commit 01767ee

Browse files
committed
WIP
1 parent 786b200 commit 01767ee

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

GNNLux/src/layers/conv.jl

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -642,16 +642,7 @@ end
642642
σ
643643
end
644644

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
645+
655646
function NNConv(ch::Pair{Int, Int}, nn, σ = identity;
656647
aggr = +,
657648
init_bias = zeros32,

0 commit comments

Comments
 (0)