awesome-repositories.com
Blog
awesome-repositories.com

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

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

lukemelas/EfficientNet-PyTorch

0
View on GitHub↗
8,223 estrellas·1,538 forks·Python·Apache-2.0·11 vistas

EfficientNet PyTorch

This is a PyTorch implementation of EfficientNet convolutional neural networks. It serves as a computer vision model library providing architectures for image classification and high-level feature extraction, including pre-trained weights for immediate image categorization.

The library supports transfer learning by allowing the modification of model architectures and output layers to accommodate a custom number of classes for new datasets. It also includes a model exporter to convert trained PyTorch weights into the ONNX format for production inference.

The system covers broader computer vision capabilities, such as extracting intermediate feature maps and loading both standard and adversarial pre-trained model weights.

Features

  • Image Classification - Provides scaled convolutional neural network architectures for categorizing images into predefined groups.
  • Computer Vision Models - Offers a comprehensive library of scalable neural network architectures for vision tasks.
  • Depthwise Separable Convolutions - Uses depthwise-separable convolutions to reduce computational costs while maintaining performance.
  • EfficientNet Implementations - Provides a full PyTorch implementation of EfficientNet convolutional neural networks.
  • Feature Extraction - Enables extraction of high-level image representations and intermediate feature maps.
  • Convolutional Classifiers - Provides pre-trained convolutional classifiers for immediate image categorization.
  • Compound Scaling - Implements the compound scaling coefficient to balance network depth, width, and resolution.
  • Vision Model Weight Loading - Supports importing pre-trained weights, including standard and adversarial versions, for vision tasks.
  • Transfer Learning - Adapts pre-trained models for custom datasets by modifying the output layers.
  • Classifier Head Management - Provides tools for modifying classification heads to accommodate custom dataset class counts.
  • Squeeze-and-Excitation Extractors - Includes squeeze-and-excitation blocks to recalibrate channel-wise feature responses.
  • Bottleneck Layers - Utilizes inverted bottleneck layers to maintain information flow with fewer parameters.
  • ONNX Model Exporters - Supports converting trained PyTorch weights into the ONNX format for production deployment.
  • PyTorch Model Export - Converts trained PyTorch neural networks into ONNX format for production inference.
  • Visión artificial - Efficient classification models.
  • Neural Network Architectures - EfficientNet architecture implementation.
  • Herramientas de desarrollo - EfficientNet implementation.
  • Plug and Play Modules - Model scaling modules for efficient network design.
  • Architecture Search - Listed in the “Architecture Search” section of the The Incredible Pytorch awesome list.
  • CNN - Listed in the “CNN” section of the Ailia Models awesome list.

Historial de estrellas

Gráfico del historial de estrellas de lukemelas/efficientnet-pytorchGráfico del historial de estrellas de lukemelas/efficientnet-pytorch

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

Alternativas open-source a EfficientNet PyTorch

Proyectos open-source similares, clasificados según cuántas características comparten con EfficientNet PyTorch.
  • 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
  • cadene/pretrained-models.pytorchAvatar de Cadene

    Cadene/pretrained-models.pytorch

    9,102Ver en GitHub↗

    This project is a pretrained model library for PyTorch, providing a collection of convolutional neural network architectures and weights. It serves as a computer vision model zoo for image classification and feature extraction, offering a framework for transfer learning where pretrained networks are adapted for custom image recognition tasks. The library focuses on transforming images into high-level numerical representations and calculating class probability scores. It includes utilities for downloading and initializing standard architectures such as ResNet, Inception, and Xception. Capabil

    Pythonimagenetinceptionpretrained
    Ver en GitHub↗9,102
  • rwightman/pytorch-image-modelsAvatar de rwightman

    rwightman/pytorch-image-models

    36,893Ver en GitHub↗

    This project is a library of pretrained computer vision architectures and backbones for image classification and feature extraction. It serves as a comprehensive model zoo and collection of standardized image encoders, including ResNet, Vision Transformers, and EfficientNet, for use in visual analysis and as backbones for object detection and image segmentation. The library provides a framework for distributed training and evaluation of image models using advanced data augmentation and optimization scripts. It includes a dedicated toolset for converting trained PyTorch vision models into the

    Python
    Ver en GitHub↗36,893
  • 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
Ver las 30 alternativas a EfficientNet PyTorch→

Preguntas frecuentes

¿Qué hace lukemelas/efficientnet-pytorch?

This is a PyTorch implementation of EfficientNet convolutional neural networks. It serves as a computer vision model library providing architectures for image classification and high-level feature extraction, including pre-trained weights for immediate image categorization.

¿Cuáles son las características principales de lukemelas/efficientnet-pytorch?

Las características principales de lukemelas/efficientnet-pytorch son: Image Classification, Computer Vision Models, Depthwise Separable Convolutions, EfficientNet Implementations, Feature Extraction, Convolutional Classifiers, Compound Scaling, Vision Model Weight Loading.

¿Qué alternativas de código abierto existen para lukemelas/efficientnet-pytorch?

Las alternativas de código abierto para lukemelas/efficientnet-pytorch incluyen: kaiminghe/deep-residual-networks — This project provides a deep residual network framework and pre-trained PyTorch models designed for high-accuracy… cadene/pretrained-models.pytorch — This project is a pretrained model library for PyTorch, providing a collection of convolutional neural network… rwightman/pytorch-image-models — This project is a library of pretrained computer vision architectures and backbones for image classification and… fchollet/deep-learning-models — This project is a collection of deep learning tools for image classification and audio tagging, providing a repository… tingsongyu/pytorch_tutorial — This project is a comprehensive collection of educational examples and reference implementations for building vision… paddlepaddle/paddledetection — PaddleDetection is an object detection framework designed for the end-to-end development, training, and deployment of…