Skip to content

Commit 3a759f4

Browse files
committed
minor typo: instance norm -> group norm
1 parent 6576e98 commit 3a759f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

labml_nn/normalization/group_norm/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ This is based on the observation that classical features such as
1515
The paper proposes dividing feature channels into groups and then separately normalizing
1616
all channels within each group.
1717

18-
Here's a [CIFAR 10 classification model](https://nn.labml.ai/normalization/group_norm/experiment.html) that uses instance normalization.
18+
Here's a [CIFAR 10 classification model](https://nn.labml.ai/normalization/group_norm/experiment.html) that uses group normalization.
1919

2020
[![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)

0 commit comments

Comments
 (0)