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 1732ca9 commit 9c78897Copy full SHA for 9c78897
GNNLux/src/layers/basic.jl
@@ -32,8 +32,6 @@ julia> using Lux, GNNLux, Random
32
33
julia> rng = Random.default_rng();
34
35
-julia> Random.seed!(rng, 0);
36
-
37
julia> m = GNNChain(GCNConv(2=>5),
38
x -> relu.(x),
39
Dense(5=>4))
0 commit comments