minor typo: instance norm -> group norm

This commit is contained in:
Tatsuo Okubo
2023-11-06 21:50:35 +08:00
parent 6576e98498
commit 3a759f45b0

View File

@ -15,6 +15,6 @@ This is based on the observation that classical features such as
The paper proposes dividing feature channels into groups and then separately normalizing The paper proposes dividing feature channels into groups and then separately normalizing
all channels within each group. all channels within each group.
Here's a [CIFAR 10 classification model](https://nn.labml.ai/normalization/group_norm/experiment.html) that uses instance normalization. Here's a [CIFAR 10 classification model](https://nn.labml.ai/normalization/group_norm/experiment.html) that uses group normalization.
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/labmlai/annotated_deep_learning_paper_implementations/blob/master/labml_nn/normalization/group_norm/experiment.ipynb) [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/labmlai/annotated_deep_learning_paper_implementations/blob/master/labml_nn/normalization/group_norm/experiment.ipynb)