Bias#
- class seli.net.Bias[source]#
Bases:
ModuleAdd a learnable bias to the last axis of the input.
Attributes Summary
Return the dimension of the bias.
Methods Summary
__call__(x)Call self as a function.
Attributes Documentation
- dim#
Return the dimension of the bias. If the bias has not been initialized yet, return None.
Methods Documentation