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 bbe85ab commit 1732ca9Copy full SHA for 1732ca9
GNNLux/src/layers/conv.jl
@@ -52,7 +52,6 @@ If `conv_weight` is an `AbstractMatrix` of size `[out, in]`, then the convolutio
52
using GNNLux, Lux, Random
53
# initialize random number generator
54
rng = Random.default_rng()
55
-Random.seed!(rng, 0)
56
# create data
57
s = [1,1,2,3]
58
t = [2,3,1,1]
0 commit comments