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 3c4b890 commit 27750f9Copy full SHA for 27750f9
GNNLux/src/layers/basic.jl
@@ -37,7 +37,7 @@ julia> m = GNNChain(GCNConv(2=>5),
37
38
julia> x = randn(rng, Float32, 2, 3);
39
40
-julia> g = rand_graph(3, 6)
+julia> g = rand_graph(rng, 3, 6)
41
GNNGraph:
42
num_nodes: 3
43
num_edges: 6
0 commit comments