awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
facebookresearch avatar

facebookresearch/ConvNeXtArchived

0
View on GitHub↗
6,388 stars·743 forks·Python·MIT·13 views

ConvNeXt

Code release for ConvNeXt model

Features

  • Image Classification Models - Provides a pure convolutional neural network for image classification matching Vision Transformer accuracy.
  • Convolutional Neural Networks - Ships a convolutional neural network backbone transferable to detection and segmentation tasks.
  • Depthwise Separable Convolutions - Uses 7x7 depthwise separable convolutions for efficient spatial context capture.
  • Hierarchical Stage Architectures - Organizes layers into four stages with increasing channel dimensions and decreasing spatial resolution.
  • Overlap Patch Embeddings - Replaces standard patch embedding with a convolutional layer processing overlapping image patches.
  • Pre-Activation Residual Blocks - Constructs residual blocks with activation and normalization applied before the convolution.
  • Learnable Scaling Layers - Implements learnable scaling factors on residual block outputs to stabilize deep network training.
  • Global Response Normalizers - Ships a global response normalization layer that normalizes feature maps across spatial dimensions.
  • Stochastic Depth Regularization - Applies stochastic depth regularization by randomly dropping residual blocks during training.
  • PyTorch Implementations - Implements the ConvNeXt architecture using the PyTorch framework for image recognition.
  • Strided Convolution Downsamplers - Implements strided 2x2 convolutions for spatial downsampling in the ConvNeXt architecture.
  • ImageNet Classifier Training - Provides training scripts for ConvNeXt models on ImageNet-1K and ImageNet-22K datasets.
  • Pre-trained Model Checkpoints - Provides pre-trained checkpoints and evaluation scripts for measuring top-1 and top-5 accuracy.
  • Model Fine-Tuning - Supports adapting pre-trained ConvNeXt models to custom datasets with training and logging.
  • Task-Specific Fine-Tuning Pipelines - Supports transferring the pre-trained ConvNeXt backbone to detection, segmentation, or custom tasks.
  • Pre-trained Model Zoos - Offers pre-trained model checkpoints ready for fine-tuning or direct inference on custom datasets.
  • Training and Evaluation Pipelines - Ships a training pipeline for ConvNeXt models on ImageNet-1K and ImageNet-22K datasets.
  • Vision - Ships scripts to adapt pre-trained ConvNeXt models to custom datasets with logging support.
  • Model Evaluation Benchmarks - Includes scripts to evaluate pre-trained ConvNeXt models on ImageNet validation data.
  • Attention Free Architectures - Modernized convolutional neural network design for the 2020s.
  • Computer Vision - Modernized convolutional neural network architecture.
  • CNN - Listed in the “CNN” section of the Ailia Models awesome list.

Star history

Star history chart for facebookresearch/convnextStar history chart for facebookresearch/convnext

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to ConvNeXt

Similar open-source projects, ranked by how many features they share with ConvNeXt.
  • kaiminghe/deep-residual-networksKaimingHe avatar

    KaimingHe/deep-residual-networks

    6,738View on GitHub↗

    This project provides a deep residual network framework and pre-trained PyTorch models designed for high-accuracy image recognition. It implements a neural network architecture that utilizes skip connections to enable the training of very deep models without gradient degradation. The system is designed for computer vision tasks, including image classification, object detection, and visual data segmentation. It includes weights trained on ImageNet to support transfer learning and the fine-tuning of models on custom image datasets. The architectural design focuses on residual learning blocks,

    View on GitHub↗6,738
  • fchollet/deep-learning-modelsfchollet avatar

    fchollet/deep-learning-models

    7,349View on GitHub↗

    This project is a collection of deep learning tools for image classification and audio tagging, providing a repository of pre-trained model weights and architectures. It serves as a Keras model zoo that enables the immediate use of established neural networks for inference and transfer learning. The library includes a music tagging framework that classifies audio recordings using convolutional recurrent neural networks and mel-spectrograms. For visual data, it provides implementations of architectures such as ResNet, VGG, and Xception, alongside a repository of weights trained on large datase

    Python
    View on GitHub↗7,349
  • paddlepaddle/paddledetectionPaddlePaddle avatar

    PaddlePaddle/PaddleDetection

    14,243View on GitHub↗

    PaddleDetection is an object detection framework designed for the end-to-end development, training, and deployment of computer vision models. It provides a comprehensive library of modular neural network architectures and pipelines that support object detection, instance segmentation, and multi-object tracking tasks. The project distinguishes itself through a configuration-driven approach that decouples model components like backbones and heads, allowing for the flexible assembly of custom vision workflows. It incorporates advanced techniques such as anchor-free detection logic, joint detecti

    Pythonblazefacedeepsortdetr
    View on GitHub↗14,243
  • tingsongyu/pytorch-tutorial-2ndTingsongYu avatar

    TingsongYu/PyTorch-Tutorial-2nd

    4,555View on GitHub↗

    This project is a comprehensive instructional resource and course for building neural networks using PyTorch. It covers the fundamental building blocks of deep learning, including tensor manipulation, automatic differentiation, and the construction of modular neural network components. The repository serves as a technical guide for several specialized domains. It provides implementation details for computer vision tasks such as image classification, object detection, and semantic segmentation, as well as natural language processing workflows involving transformers, recurrent networks, and gen

    Jupyter Notebookcomputer-visiondeepsortdiffusion-models
    View on GitHub↗4,555
See all 30 alternatives to ConvNeXt→

Frequently asked questions

What does facebookresearch/convnext do?

Code release for ConvNeXt model

What are the main features of facebookresearch/convnext?

The main features of facebookresearch/convnext are: Image Classification Models, Convolutional Neural Networks, Depthwise Separable Convolutions, Hierarchical Stage Architectures, Overlap Patch Embeddings, Pre-Activation Residual Blocks, Learnable Scaling Layers, Global Response Normalizers.

What are some open-source alternatives to facebookresearch/convnext?

Open-source alternatives to facebookresearch/convnext include: kaiminghe/deep-residual-networks — This project provides a deep residual network framework and pre-trained PyTorch models designed for high-accuracy… fchollet/deep-learning-models — This project is a collection of deep learning tools for image classification and audio tagging, providing a repository… paddlepaddle/paddledetection — PaddleDetection is an object detection framework designed for the end-to-end development, training, and deployment of… tingsongyu/pytorch-tutorial-2nd — This project is a comprehensive instructional resource and course for building neural networks using PyTorch. It… ultralytics/ultralytics — Ultralytics is a comprehensive computer vision framework designed for training, validating, and deploying deep… ultralytics/yolov5 — YOLOv5 is a comprehensive computer vision framework designed for end-to-end deep learning, specializing in real-time…