Init#
- class seli.net.Init[source]#
Bases:
ModuleBase class for all initializers. Initializers are typically used to initialize the weights of neural networks.
Hyperparameters are specified in the constructor and the initializer is called with a key, a shape and a dtype.
Methods Summary
__call__(key, shape, dtype)Call self as a function.
Methods Documentation