awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
lukemelas avatar

lukemelas/EfficientNet-PyTorch

0
View on GitHub↗
8,223 نجوم·1,538 تفرعات·Python·Apache-2.0·8 مشاهدات

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.
  • رؤية الحاسوب - Efficient classification models.
  • Neural Network Architectures - EfficientNet architecture implementation.
  • أدوات المطور - 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.

سجل النجوم

مخطط تاريخ النجوم لـ lukemelas/efficientnet-pytorchمخطط تاريخ النجوم لـ lukemelas/efficientnet-pytorch

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

الأسئلة الشائعة

ما هي وظيفة 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.

ما هي الميزات الرئيسية لـ lukemelas/efficientnet-pytorch؟

الميزات الرئيسية لـ lukemelas/efficientnet-pytorch هي: Image Classification, Computer Vision Models, Depthwise Separable Convolutions, EfficientNet Implementations, Feature Extraction, Convolutional Classifiers, Compound Scaling, Vision Model Weight Loading.

ما هي البدائل مفتوحة المصدر لـ lukemelas/efficientnet-pytorch؟

تشمل البدائل مفتوحة المصدر لـ lukemelas/efficientnet-pytorch: 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…

بدائل مفتوحة المصدر لـ EfficientNet PyTorch

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع EfficientNet PyTorch.
  • kaiminghe/deep-residual-networksالصورة الرمزية لـ KaimingHe

    KaimingHe/deep-residual-networks

    6,738عرض على 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,

    عرض على GitHub↗6,738
  • cadene/pretrained-models.pytorchالصورة الرمزية لـ Cadene

    Cadene/pretrained-models.pytorch

    9,102عرض على 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
    عرض على GitHub↗9,102
  • rwightman/pytorch-image-modelsالصورة الرمزية لـ rwightman

    rwightman/pytorch-image-models

    36,893عرض على 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
    عرض على GitHub↗36,893
  • fchollet/deep-learning-modelsالصورة الرمزية لـ fchollet

    fchollet/deep-learning-models

    7,349عرض على 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
    عرض على GitHub↗7,349
عرض جميع البدائل الـ 30 لـ EfficientNet PyTorch→