Skip to content

Commit 1732ca9

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

GNNLux/src/layers/conv.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ If `conv_weight` is an `AbstractMatrix` of size `[out, in]`, then the convolutio
5252
using GNNLux, Lux, Random
5353
# initialize random number generator
5454
rng = Random.default_rng()
55-
Random.seed!(rng, 0)
5655
# create data
5756
s = [1,1,2,3]
5857
t = [2,3,1,1]

0 commit comments

Comments
 (0)