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 fee17fd commit 48c5f7aCopy full SHA for 48c5f7a
GNNLux/src/layers/basic.jl
@@ -35,7 +35,7 @@ julia> m = GNNChain(GCNConv(2=>5),
35
x -> relu.(x),
36
Dense(5=>4))
37
38
-julia> x = randn(Float32, 2, 3);
+julia> x = randn(rng, Float32, 2, 3);
39
40
julia> g = rand_graph(3, 6)
41
GNNGraph:
0 commit comments