提交 77fd2e84 编写于 作者: Z zhaojichen

Add Group Normalization

上级 04c522d0
...@@ -20,7 +20,7 @@ from mindspore.common.initializer import initializer ...@@ -20,7 +20,7 @@ from mindspore.common.initializer import initializer
from mindspore.common.tensor import Tensor from mindspore.common.tensor import Tensor
import mindspore.common.dtype as mstype import mindspore.common.dtype as mstype
import mindspore.context as context import mindspore.context as context
from mindspore._checkparam import check_int_positive, check_bool, check_typename from mindspore._checkparam import check_int_positive, check_bool, check_typename
from mindspore._extends import cell_attr_register from mindspore._extends import cell_attr_register
from ..cell import Cell from ..cell import Cell
...@@ -293,7 +293,7 @@ class LayerNorm(Cell): ...@@ -293,7 +293,7 @@ class LayerNorm(Cell):
class GroupNorm(Cell): class GroupNorm(Cell):
r""" r"""
Group Normalization over a mini-batch of inputs. Group Normalization over a mini-batch of inputs.
Group normalization is widely used in recurrent neural networks. It applies Group normalization is widely used in recurrent neural networks. It applies
normalization over a mini-batch of inputs for each single training case as described normalization over a mini-batch of inputs for each single training case as described
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
新手
引导
客服 返回
顶部