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 48c5f7a commit f6d6471Copy full SHA for f6d6471
GNNLux/src/layers/basic.jl
@@ -42,7 +42,7 @@ GNNGraph:
42
num_nodes: 3
43
num_edges: 6
44
45
-julia> ps, st = LuxCore.setup(rng,m);
+julia> ps, st = LuxCore.setup(rng, m);
46
47
julia> m(g,x,ps,st) # First entry is the output, second entry is the state of the model
48
(Float32[-0.15594329 -0.15594329 -0.15594329; 0.93431795 0.93431795 0.93431795; 0.27568763 0.27568763 0.27568763; 0.12568939 0.12568939 0.12568939], (layer_1 = NamedTuple(), layer_2 = NamedTuple(), layer_3 = NamedTuple()))
0 commit comments