Ones Initialiser¶
ones_init_type
ones_init_type()
Initialises all weights to one.
\[W = 1\]
This is rarely used for weight initialisation. It may be used for specific layer parameters like batch normalisation gamma values.
Shape:¶
Initialises weights based on the shape provided during layer setup.