Shortcuts

Function torch::nn::init::xavier_normal_

Function Documentation

Tensor torch::nn::init::xavier_normal_(Tensor tensor, double gain = 1.0)

Fills the input Tensor

with values according to the method described in “Understanding the difficulty of training deep feedforward

neural networks” - Glorot, X.

& Bengio, Y. (2010). Values are scaled by the gain parameter. No gradient will be recorded for this operation.

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources