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 9c78897 commit 7a6c6e4Copy full SHA for 7a6c6e4
GNNLux/src/layers/conv.jl
@@ -56,7 +56,7 @@ rng = Random.default_rng()
56
s = [1,1,2,3]
57
t = [2,3,1,1]
58
g = GNNGraph(s, t)
59
-x = randn(Float32, 3, g.num_nodes)
+x = randn(rng, Float32, 3, g.num_nodes)
60
61
# create layer
62
l = GCNConv(3 => 5)
0 commit comments