InitOrthogonal# class seli.net.InitOrthogonal(scale: float = 1.0)[source]# Bases: Init Initialize weights as an orthogonal matrices. Methods Summary __call__(key, shape, dtype) Call self as a function. Methods Documentation __call__(key: Key[Array, ''] | UInt32[Array, '2'], shape: tuple[int, ...], dtype: str | type[Any] | dtype | SupportsDType) → Array[source]# Call self as a function.