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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
facebookresearch avatar

facebookresearch/ConvNeXtArchived

0
View on GitHub↗

ConvNeXt

Code release for ConvNeXt model

Features

  • Image Classification Models - Provides a pure convolutional neural network for image classification matching Vision Transformer accuracy.

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI
  • 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.
  • Visión artificial - Modernized convolutional neural network architecture.
  • CNN - Listed in the “CNN” section of the Ailia Models awesome list.
  • 6,388 estrellas·743 forks·Python·MIT·7 vistas

    Historial de estrellas

    Gráfico del historial de estrellas de facebookresearch/convnextGráfico del historial de estrellas de facebookresearch/convnext

    Preguntas frecuentes

    ¿Qué hace facebookresearch/convnext?

    Code release for ConvNeXt model

    ¿Cuáles son las características principales de facebookresearch/convnext?

    Las características principales de facebookresearch/convnext son: 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.

    ¿Qué alternativas de código abierto existen para facebookresearch/convnext?

    Las alternativas de código abierto para facebookresearch/convnext incluyen: 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…

    Alternativas open-source a ConvNeXt

    Proyectos open-source similares, clasificados según cuántas características comparten con ConvNeXt.
    • kaiminghe/deep-residual-networksAvatar de KaimingHe

      KaimingHe/deep-residual-networks

      6,738Ver en 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,

      Ver en GitHub↗6,738
    • fchollet/deep-learning-modelsAvatar de fchollet

      fchollet/deep-learning-models

      7,349Ver en 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
      Ver en GitHub↗7,349
    • paddlepaddle/paddledetectionAvatar de PaddlePaddle

      PaddlePaddle/PaddleDetection

      14,243Ver en 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
      Ver en GitHub↗14,243
  • tingsongyu/pytorch-tutorial-2ndAvatar de TingsongYu

    TingsongYu/PyTorch-Tutorial-2nd

    4,555Ver en 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
    Ver en GitHub↗4,555
  • Ver las 30 alternativas a ConvNeXt→