API
weight_init()
Initialize weights for linear layers using Xavier normal initialization.
m (nn.Module) β The module to initialize. If itβs a Linear layer, weights are initialized with Xavier normal and biases are set to 0.01.