From 01767eef1723997bb0aafabcc85023c7643f6fd4 Mon Sep 17 00:00:00 2001 From: rbSparky Date: Fri, 2 Aug 2024 23:43:56 +0530 Subject: [PATCH] WIP --- GNNLux/src/layers/conv.jl | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/GNNLux/src/layers/conv.jl b/GNNLux/src/layers/conv.jl index 7960d2721..1f14c3582 100644 --- a/GNNLux/src/layers/conv.jl +++ b/GNNLux/src/layers/conv.jl @@ -642,16 +642,7 @@ end σ end -""" -function NNConv(ch::Pair{Int, Int}, σ = identity; - init_weight = glorot_uniform, - init_bias = zeros32, - use_bias::Bool = true, - add_self_loops::Bool = true, - use_edge_weight::Bool = false, - allow_fast_activation::Bool = true) -""" -# fix args order + function NNConv(ch::Pair{Int, Int}, nn, σ = identity; aggr = +, init_bias = zeros32,