torch.nn.init.OrthogonalOptions
export interface OrthogonalOptions {
/** Optional scaling factor for the orthogonal matrix (default: 1.0) */
gain?: number;
}gain(number)optional- – Optional scaling factor for the orthogonal matrix (default: 1.0)
Options for orthogonal_ initialization