Skip to content

Commit 3e31bfc

Browse files
Spaces
Co-authored-by: Carlo Lucibello <[email protected]>
1 parent 27750f9 commit 3e31bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GNNLux/src/layers/basic.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ GNNGraph:
4444
4545
julia> ps, st = LuxCore.setup(rng, m);
4646
47-
julia> m(g,x,ps,st) # First entry is the output, second entry is the state of the model
47+
julia> m(g, x, ps, st) # First entry is the output, second entry is the state of the model
4848
(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()))
4949
```
5050
"""

0 commit comments

Comments
 (0)