Skip to content

Commit

Permalink
Remove seed
Browse files Browse the repository at this point in the history
Co-authored-by: Carlo Lucibello <[email protected]>
  • Loading branch information
aurorarossi and CarloLucibello authored Nov 7, 2024
1 parent bbe85ab commit 1732ca9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion GNNLux/src/layers/conv.jl
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ If `conv_weight` is an `AbstractMatrix` of size `[out, in]`, then the convolutio
using GNNLux, Lux, Random
# initialize random number generator
rng = Random.default_rng()
Random.seed!(rng, 0)
# create data
s = [1,1,2,3]
t = [2,3,1,1]
Expand Down

0 comments on commit 1732ca9

Please sign in to comment.