Skip to content

Commit 0f969b7

Browse files
Update src/layers/conv.jl
1 parent 5fb55a7 commit 0f969b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/layers/conv.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1146,7 +1146,6 @@ function (l::GMMConv)(g::GNNGraph, x::AbstractMatrix, e::AbstractMatrix)
11461146

11471147
num_edges = g.num_edges
11481148
d = degree(g, dir=:in)
1149-
print(eltype(d))
11501149
w = reshape(e, (ein, 1, num_edges))
11511150
mu = reshape(l.mu, (ein, l.K, 1))
11521151

0 commit comments

Comments
 (0)