diff --git a/chapters/en/unit2/cnns/convnext.mdx b/chapters/en/unit2/cnns/convnext.mdx index 3c22564b6..7e4a893dc 100644 --- a/chapters/en/unit2/cnns/convnext.mdx +++ b/chapters/en/unit2/cnns/convnext.mdx @@ -11,7 +11,7 @@ The author of the ConvNeXT paper starts building the model with a regular ResNet The key improvements are: - Training techniques - Macro design -- ResNeXt-ify. +- ResNeXt-ify - Inverted Bottleneck. - Large Kernel Sizes. - Micro Design.