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 27750f9 commit 3e31bfcCopy full SHA for 3e31bfc
GNNLux/src/layers/basic.jl
@@ -44,7 +44,7 @@ GNNGraph:
44
45
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
+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()))
49
```
50
"""
0 commit comments