Initializers
Initializers provides a way to set the initial weights of Merlin functions.
f = Linear(Float32, 100, 100, init_W=Xavier(), init_b=Fill(0))
Initializers provides a way to set the initial weights of Merlin functions.
f = Linear(Float32, 100, 100, init_W=Xavier(), init_b=Fill(0))