mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
typo (#156560)
Fixes #ISSUE_NUMBER Pull Request resolved: https://github.com/pytorch/pytorch/pull/156560 Approved by: https://github.com/albanD, https://github.com/Skylion007
This commit is contained in:
committed by
PyTorch MergeBot
parent
8e07c9870d
commit
c7586d4ed3
@ -249,7 +249,7 @@ class GroupNorm(Module):
|
||||
The input channels are separated into :attr:`num_groups` groups, each containing
|
||||
``num_channels / num_groups`` channels. :attr:`num_channels` must be divisible by
|
||||
:attr:`num_groups`. The mean and standard-deviation are calculated
|
||||
separately over the each group. :math:`\gamma` and :math:`\beta` are learnable
|
||||
separately over each group. :math:`\gamma` and :math:`\beta` are learnable
|
||||
per-channel affine transform parameter vectors of size :attr:`num_channels` if
|
||||
:attr:`affine` is ``True``.
|
||||
The variance is calculated via the biased estimator, equivalent to
|
||||
|
Reference in New Issue
Block a user