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
Back to edgarriba/examples

Projects sharing features with Examples

30 open-source projects similar to edgarriba/examples, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • 1zb/deformable-convolution-pytorch1zb avatar

    1zb/deformable-convolution-pytorch

    410View on GitHub↗

    PyTorch implementation of Deformable Convolution

    Cuda
    View on GitHub↗410
  • aaron-xichen/pytorch-playgroundaaron-xichen avatar

    aaron-xichen/pytorch-playground

    2,714View on GitHub↗

    Base pretrained models and datasets in pytorch (MNIST, SVHN, CIFAR10, CIFAR100, STL10, AlexNet, VGG16, VGG19, ResNet, Inception, SqueezeNet)

    Pythonpytorchpytorch-tutorialpytorch-tutorials
    View on GitHub↗2,714
  • automan000/convolution_lstm_pytorchA

    automan000/Convolution_LSTM_pytorch

    0View on GitHub↗
    View on GitHub↗0
  • bamos/densenet.pytorchbamos avatar

    bamos/densenet.pytorch

    838View on GitHub↗

    A PyTorch implementation of DenseNet.

    Python
    View on GitHub↗838
  • bgshih/crnnbgshih avatar

    bgshih/crnn

    2,104View on GitHub↗

    Convolutional Recurrent Neural Network

    Lua
    View on GitHub↗2,104
  • d-li14/octconv.pytorchD

    d-li14/octconv.pytorch

    0View on GitHub↗
    View on GitHub↗0

AI search

Explore more awesome repositories

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

Find more with AI search
  • fyu/drnfyu avatar

    fyu/drn

    1,105View on GitHub↗

    Dilated Residual Networks

    Python
    View on GitHub↗1,105
  • gpleiss/efficient_densenet_pytorchgpleiss avatar

    gpleiss/efficient_densenet_pytorch

    1,535View on GitHub↗

    A memory-efficient implementation of DenseNets

    Pythondeep-learningdensenetpytorch
    View on GitHub↗1,535
  • gsp-27/pytorch_squeezenetG

    gsp-27/pytorch_Squeezenet

    0View on GitHub↗
    View on GitHub↗0
  • huawei-noah/legonetH

    huawei-noah/LegoNet

    0View on GitHub↗
    View on GitHub↗0
  • jarrelscy/iresnetjarrelscy avatar

    jarrelscy/iResnet

    25View on GitHub↗

    Non official pytorch implementation of i-Resnet, invertible residual networks.

    Jupyter Notebook
    View on GitHub↗25
  • jcjohnson/pytorch-vggJ

    jcjohnson/pytorch-vgg

    0View on GitHub↗
    View on GitHub↗0
  • jwyang/faster-rcnn.pytorchjwyang avatar

    jwyang/faster-rcnn.pytorch

    7,859View on GitHub↗

    This project is a PyTorch object detection framework that implements the Faster R-CNN architecture. It serves as a vision model for predicting precise bounding boxes around multiple objects within images and live video feeds. The system is optimized for multi-GPU training to reduce the time required for model convergence. It utilizes a GPU-accelerated design to handle the training and inference of complex detection networks. The framework covers the full object detection lifecycle, including custom network training and inference for static images and real-time video streams. It includes capa

    Python
    View on GitHub↗7,859
  • kuangliu/pytorch-cifarkuangliu avatar

    kuangliu/pytorch-cifar

    6,360View on GitHub↗

    This is a PyTorch-based training pipeline designed for reproducible image classification benchmarking on the CIFAR-10 dataset. It integrates GPU-accelerated computation, data augmentation, learning rate scheduling, and checkpointing to produce consistent accuracy measurements across multiple ResNet architectures. The project distinguishes itself by providing a fixed-architecture benchmark suite that trains a predefined set of ResNet variants, from ResNet18 through ResNet152, on CIFAR-10. It implements a step-based learning rate decay schedule at predetermined epochs to stabilize convergence,

    Pythonpytorch
    View on GitHub↗6,360
  • longcw/faster_rcnn_pytorchlongcw avatar

    longcw/faster_rcnn_pytorch

    1,777View on GitHub↗

    Faster RCNN with PyTorch

    Pythoncomputer-visiondetectionfaster-rcnn
    View on GitHub↗1,777
  • nvidia/unsupervised-video-interpolationNVIDIA avatar

    NVIDIA/unsupervised-video-interpolation

    107View on GitHub↗

    Unsupervised Video Interpolation using Cycle Consistency

    Python
    View on GitHub↗107
  • oeway/pytorch-deform-convoeway avatar

    oeway/pytorch-deform-conv

    906View on GitHub↗

    PyTorch implementation of Deformable Convolution

    Pythondeep-learningdeep-learning-algorithms
    View on GitHub↗906
  • osmr/imgclsmobosmr avatar

    osmr/imgclsmob

    3,018View on GitHub↗

    This repo is used to research convolutional networks primarily for computer vision tasks. For this purpose, the repo contains (re)implementations of various classification, segmentation, detection, and pose estimation models and scripts for training/evaluating/converting.

    Python
    View on GitHub↗3,018
  • ranahanocka/meshcnnranahanocka avatar

    ranahanocka/MeshCNN

    1,727View on GitHub↗

    MeshCNN is a general-purpose deep neural network for 3D triangular meshes, which can be used for tasks such as 3D shape classification or segmentation. This framework includes convolution, pooling and unpooling layers which are applied directly on the mesh edges.

    Python
    View on GitHub↗1,727
  • rdcolema/pytorch-image-classificationR

    rdcolema/pytorch-image-classification

    0View on GitHub↗
    View on GitHub↗0
  • rwightman/pytorch-image-modelsrwightman avatar

    rwightman/pytorch-image-models

    36,893View on 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
    View on GitHub↗36,893
  • shrubb/box-convolutionsshrubb avatar

    shrubb/box-convolutions

    508View on GitHub↗

    PyTorch code for the "Deep Neural Networks with Box Convolutions" paper

    C++
    View on GitHub↗508
  • sniklaus/pytorch-sepconvsniklaus avatar

    sniklaus/pytorch-sepconv

    1,021View on GitHub↗

    an implementation of Video Frame Interpolation via Adaptive Separable Convolution using PyTorch

    Python
    View on GitHub↗1,021
  • szagoruyko/attention-transferszagoruyko avatar

    szagoruyko/attention-transfer

    1,464View on GitHub↗

    Improving Convolutional Networks via Attention Transfer (ICLR 2017)

    Jupyter Notebookattentiondeep-learningknowledge-distillation
    View on GitHub↗1,464
  • szagoruyko/diracnetsszagoruyko avatar

    szagoruyko/diracnets

    590View on GitHub↗

    Training Very Deep Neural Networks Without Skip-Connections

    Jupyter Notebook
    View on GitHub↗590
  • szagoruyko/functional-zooszagoruyko avatar

    szagoruyko/functional-zoo

    585View on GitHub↗

    PyTorch and Tensorflow functional model definitions

    Jupyter Notebook
    View on GitHub↗585
  • utkuozbulak/pytorch-cnn-visualizationsutkuozbulak avatar

    utkuozbulak/pytorch-cnn-visualizations

    8,219View on GitHub↗

    This is a PyTorch CNN visualization toolkit designed for neural network interpretability. It provides a set of tools to explain model decisions and analyze the internal behavior of convolutional neural networks through the visualization of activations, gradients, and filters. The project implements specialized techniques for synthesizing representative images, including Deep Dream optimizations to amplify patterns and class-specific image generation via input optimization. It also features a saliency map generator that produces gradient-based heatmaps to identify the specific image regions in

    Python
    View on GitHub↗8,219
  • vabh/convolutional-neural-fabricsV

    vabh/convolutional-neural-fabrics

    0View on GitHub↗
    View on GitHub↗0
  • xternalz/sdpointX

    xternalz/SDPoint

    0View on GitHub↗
    View on GitHub↗0
  • xternalz/wideresnet-pytorchxternalz avatar

    xternalz/WideResNet-pytorch

    346View on GitHub↗

    Wide Residual Networks (WideResNets) in PyTorch

    Python
    View on GitHub↗346