group_norm

dragon.vm.torch.nn.functional.group_norm(
  input,
  num_groups,
  weight,
  bias,
  eps=1e-05
)[source]

Apply the group normalization to input. [Wu & He, 2018].

Parameters:
Returns:

dragon.vm.torch.Tensor The output tensor.