Section Navigation
Initialize parameters of all modules by initializing weights with glorot
uniform/xavier initialization, and setting biases to zero. Weights from batch norm layers are set to 1.
model (Module)
glorot_weight_zero_bias()