diff --git a/chapters/en/unit2/cnns/convnext.mdx b/chapters/en/unit2/cnns/convnext.mdx index 904d0c4aa..49ffe226e 100644 --- a/chapters/en/unit2/cnns/convnext.mdx +++ b/chapters/en/unit2/cnns/convnext.mdx @@ -9,7 +9,7 @@ ConvNext represents a significant improvement to pure convolution models by inco ## Key Improvements The author of the ConvNeXT paper starts building the model with a regular ResNet (ResNet-50), then modernizes and improves the architecture step-by-step to imitate the hierarchical structure of Vision Transformers. The key improvements are: -- Training Techniques. +- Training techniques - Macro Design. - ResNeXt-ify. - Inverted Bottleneck.