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
Cadene avatar

Cadene/pretrained-models.pytorch

0
View on GitHub↗
9,102 stars·1,816 forks·Python·BSD-3-Clause·14 views

Pretrained Models.pytorch

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.

Capabilities cover the entire computer vision pipeline, from retrieving model-specific normalization metadata and input dimensions to executing inference. It supports both full image classification and layer-based feature extraction by isolating high-level tensors for downstream analysis.

Features

  • Pretrained Model Zoos - Serves as a centralized model zoo for downloading and initializing various pretrained convolutional neural networks.
  • Computer Vision Models - Offers a comprehensive collection of neural network architectures for image classification and feature extraction.
  • Convolutional Neural Network Architectures - Provides standard convolutional neural network architectures like ResNet, Inception, and Xception.
  • Feature Extraction - Transforms raw images into high-level numerical representations by passing them through pretrained feature extraction layers.
  • Feature Extractors - Uses pretrained models to transform images into high-dimensional vector representations for downstream analysis.
  • Image Classification - Processes images through neural networks to assign labels and predict class probabilities.
  • Computer Vision - Implements a full computer vision pipeline to calculate class probability scores for image recognition.
  • Transfer Learning Frameworks - Provides the tools and pretrained networks necessary to adapt models to new image recognition tasks via fine-tuning.
  • Pretrained Model Libraries - Provides a library of pretrained convolutional neural network architectures specifically for PyTorch users.
  • Transfer Learning - Facilitates adapting pretrained weights to custom image recognition tasks with limited labeled data.
  • Pretrained Weight Initializers - Loads pre-optimized network weights from external files to enable immediate inference or transfer learning.
  • PyTorch Tensor Operations - Utilizes the PyTorch framework to execute tensor operations and mathematical computations for image processing.
  • PyTorch Computer Vision Pipelines - Provides an end-to-end computer vision workflow implemented entirely within the PyTorch ecosystem.
  • Input Normalizers - Includes utilities to normalize image pixels using mean and standard deviation values specific to each architecture.
  • Neural Layer Extraction - Allows isolating high-level tensors by truncating the final classification layer for downstream analysis.
  • Developer Tools - Reproducible research models.
  • Model Utilities and Tools - Repository for reproducing research results.
  • Learning and Reference - Collection of pre-trained convolutional neural networks.

Star history

Star history chart for cadene/pretrained-models.pytorchStar history chart for cadene/pretrained-models.pytorch

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

Frequently asked questions

What does cadene/pretrained-models.pytorch do?

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.

What are the main features of cadene/pretrained-models.pytorch?

The main features of cadene/pretrained-models.pytorch are: Pretrained Model Zoos, Computer Vision Models, Convolutional Neural Network Architectures, Feature Extraction, Feature Extractors, Image Classification, Computer Vision, Transfer Learning Frameworks.

What are some open-source alternatives to cadene/pretrained-models.pytorch?

Open-source alternatives to cadene/pretrained-models.pytorch include: fchollet/deep-learning-models — This project is a collection of deep learning tools for image classification and audio tagging, providing a repository… lukemelas/efficientnet-pytorch — This is a PyTorch implementation of EfficientNet convolutional neural networks. It serves as a computer vision model… tingsongyu/pytorch_tutorial — This project is a comprehensive collection of educational examples and reference implementations for building vision… fastai/fastai — Fastai is a high-level deep learning library built on PyTorch that provides a unified interface for managing the… datawhalechina/thorough-pytorch — This project is an educational resource and comprehensive guide for implementing and deploying deep learning models… dmlc/gluon-cv — Gluon-CV is an MXNet computer vision library that provides a comprehensive collection of pre-implemented vision…

Open-source alternatives to Pretrained Models.pytorch

Similar open-source projects, ranked by how many features they share with Pretrained Models.pytorch.
  • 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
  • lukemelas/efficientnet-pytorchlukemelas avatar

    lukemelas/EfficientNet-PyTorch

    8,223View on GitHub↗

    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 vis

    Python
    View on GitHub↗8,223
  • tingsongyu/pytorch_tutorialTingsongYu avatar

    TingsongYu/PyTorch_Tutorial

    8,018View on GitHub↗

    This project is a comprehensive collection of educational examples and reference implementations for building vision and language models using PyTorch. It serves as a deep learning tutorial covering the end-to-end process of developing neural networks, from initial architecture definition to final production deployment. The repository provides detailed guides on implementing a wide range of domain-specific models, including convolutional neural networks for object detection and segmentation, as well as transformer and recurrent architectures for natural language processing. It emphasizes gene

    Python
    View on GitHub↗8,018
  • fastai/fastaifastai avatar

    fastai/fastai

    27,862View on GitHub↗

    Fastai is a high-level deep learning library built on PyTorch that provides a unified interface for managing the entire machine learning lifecycle. It functions as a comprehensive training toolkit, abstracting hardware management and automating complex training loops to simplify the construction and execution of neural network models. The framework is distinguished by its notebook-centric development environment and a type-dispatching data pipeline that automatically applies transformations based on input data formats. It emphasizes transfer learning through discriminative layer-wise optimiza

    Jupyter Notebookcolabdeep-learningfastai
    View on GitHub↗27,862
See all 30 alternatives to Pretrained Models.pytorch→