OrthogonalInitializer¶
An initializer that generates a random matrix of orthogonal vectors.
Version 0.5.0
Ports/Properties¶
scale¶
Scale factor.
axis¶
Axis that corresponds to the output dimension of the tensor. The array will be row orthonormal along this axis (where -1 refers to the last dimension), unless the product of the remaining dimensions is larger along the axis, in which case it will be made column orthonormal along the axis.
set_breakpoint¶
Set a breakpoint on this node. If this is enabled, your debugger (if one is attached) will trigger a breakpoint.
metadata¶
User-definable meta-data associated with the node. Usually reserved for technical purposes.