torch.nn.init.InitUniformOptions
export interface InitUniformOptions {
/** The lower bound of the uniform distribution (default: 0.0) */
a?: number;
/** The upper bound of the uniform distribution (default: 1.0) */
b?: number;
}a(number)optional- – The lower bound of the uniform distribution (default: 0.0)
b(number)optional- – The upper bound of the uniform distribution (default: 1.0)
Options for nn.init.uniform_ initialization