Skip to content

Commit 9c78897

Browse files
Remove seed
Co-authored-by: Carlo Lucibello <[email protected]>
1 parent 1732ca9 commit 9c78897

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

GNNLux/src/layers/basic.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ julia> using Lux, GNNLux, Random
3232
3333
julia> rng = Random.default_rng();
3434
35-
julia> Random.seed!(rng, 0);
36-
3735
julia> m = GNNChain(GCNConv(2=>5),
3836
x -> relu.(x),
3937
Dense(5=>4))

0 commit comments

Comments
 (0)