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 taolei87/sru

Projects sharing features with Taolei87 Sru

30 open-source projects similar to taolei87/sru, 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.

  • t-vi/candlegpT

    t-vi/candlegp

    0View on GitHub↗
    View on GitHub↗0
  • zhanghang1989/pytorch-encodingzhanghang1989 avatar

    zhanghang1989/PyTorch-Encoding

    2,045View on GitHub↗

    A CV toolkit for my papers.

    Pythonbatchnormdeep-learningencoding-layer
    View on GitHub↗2,045
  • jrg365/gpytorchJ

    jrg365/gpytorch

    0View on GitHub↗
    View on GitHub↗0
  • ryanleary/pytorch-ctcR

    ryanleary/pytorch-ctc

    0View on GitHub↗
    View on GitHub↗0
  • koz4k/dni-pytorchK

    koz4k/dni-pytorch

    0View on GitHub↗
    View on GitHub↗0
  • loudinthecloud/dpwaL

    loudinthecloud/dpwa

    0View on GitHub↗
    View on GitHub↗0
  • 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

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
  • maciejkula/spotlightmaciejkula avatar

    maciejkula/spotlight

    3,045View on GitHub↗

    Deep recommender models using PyTorch.

    Pythondeep-learninglearning-to-rankmachine-learning
    View on GitHub↗3,045
  • cvxgrp/cvxpylayerscvxgrp avatar

    cvxgrp/cvxpylayers

    2,106View on GitHub↗

    CVXPYlayers is a Python library for constructing differentiable convex optimization layers in PyTorch, JAX, and MLX using CVXPY. A convex optimization layer solves a parametrized convex optimization problem in the forward pass to produce a solution. It computes the derivative of the solution…

    Python
    View on GitHub↗2,106
  • deepcraft/torchcraft-pyD

    deepcraft/torchcraft-py

    0View on GitHub↗
    View on GitHub↗0
  • dnouri/infernoD

    dnouri/inferno

    0View on GitHub↗
    View on GitHub↗0
  • henryre/pytorch-fitmodulehenryre avatar

    henryre/pytorch-fitmodule

    102View on GitHub↗

    Super simple fit method for PyTorch Modules

    Python
    View on GitHub↗102
  • iamaziz/pytorch-docsetI

    iamaziz/PyTorch-docset

    0View on GitHub↗
    View on GitHub↗0
  • longcw/pytorch2caffeL

    longcw/pytorch2caffe

    0View on GitHub↗
    View on GitHub↗0
  • dmarnerides/pydltD

    dmarnerides/pydlt

    0View on GitHub↗
    View on GitHub↗0
  • awslabs/renateawslabs avatar

    awslabs/renate

    298View on GitHub↗

    Library for automatic retraining and continual learning

    Python
    View on GitHub↗298
  • awentzonline/pytorch-cnsA

    awentzonline/pytorch-cns

    0View on GitHub↗
    View on GitHub↗0
  • bachili/rednerBachiLi avatar

    BachiLi/redner

    1,439View on GitHub↗

    Differentiable rendering without approximation.

    NASLcomputer-graphicscomputer-visiondifferentiable-rendering
    View on GitHub↗1,439
  • chenyuntc/simple-faster-rcnn-pytorchchenyuntc avatar

    chenyuntc/simple-faster-rcnn-pytorch

    4,034View on GitHub↗

    This project is a PyTorch implementation of the Faster R-CNN architecture for object detection. It provides a framework for identifying multiple object classes and their corresponding bounding boxes within images using a deep learning system. The implementation includes a training pipeline for optimizing models on custom datasets and a utility for converting pretrained weights from external formats into a compatible structure for model initialization. The system covers a two-stage detection pipeline comprising a region proposal network and an ROI pooling layer. It incorporates multi-task los

    Jupyter Notebookcupyfaster-rcnnobject-detection
    View on GitHub↗4,034
  • cadene/pretrained-models.pytorchCadene avatar

    Cadene/pretrained-models.pytorch

    9,102View on 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
    View on GitHub↗9,102
  • cogitare-ai/cogitarecogitare-ai avatar

    cogitare-ai/cogitare

    77View on GitHub↗

    🔥 Cogitare - A Modern, Fast, and Modular Deep Learning and Machine Learning framework for Python

    Python
    View on GitHub↗77
  • cornellius-gp/gpytorchcornellius-gp avatar

    cornellius-gp/gpytorch

    3,893View on GitHub↗

    GPyTorch is a GPU-accelerated probabilistic framework and PyTorch library for implementing scalable Gaussian process models. It provides a system for Gaussian process modeling and uncertainty estimation, designed to perform efficient matrix operations on graphics hardware. The framework features a modular kernel system for constructing custom covariance functions and modeling complex data dependencies. It specifically integrates Gaussian processes with deep neural networks to create hybrid models for regression and classification. The system employs numerical linear algebra techniques, inclu

    Python
    View on GitHub↗3,893
  • dmlc/dgldmlc avatar

    dmlc/dgl

    14,283View on GitHub↗

    DGL is a Python library for building and training graph neural networks. It functions as a graph message passing framework and a geometric deep learning tool, enabling the development of models that analyze graph-structured data. The library is designed for large-scale graph processing, utilizing distributed training and neighbor sampling to handle datasets with billions of edges. It provides specialized support for heterogeneous graph modeling, allowing for the representation of complex real-world entities with multiple node and edge types. Its capabilities cover a wide range of graph tasks

    Pythondeep-learninggraph-neural-networks
    View on GitHub↗14,283
  • aditya-khant/neural-assembly-compilerA

    aditya-khant/neural-assembly-compiler

    0View on GitHub↗
    View on GitHub↗0
  • glample/arnoldG

    glample/Arnold

    0View on GitHub↗
    View on GitHub↗0
  • ferrine/geooptferrine avatar

    ferrine/geoopt

    1,080View on GitHub↗

    Riemannian Adaptive Optimization Methods with pytorch optim

    Python
    View on GitHub↗1,080
  • albanie/pytorch-mcnA

    albanie/pytorch-mcn

    0View on GitHub↗
    View on GitHub↗0
  • aiqm/torchaniaiqm avatar

    aiqm/torchani

    548View on GitHub↗

    TorchANI 2.0 is an open-source library that supports training, development, and research of ANI-style neural network interatomic potentials. It was originally developed and is currently maintained by the Roitberg group.

    Python
    View on GitHub↗548
  • lanpa/tensorboard-pytorchlanpa avatar

    lanpa/tensorboard-pytorch

    7,983View on GitHub↗

    This project is a machine learning experiment tracker and event file generator that enables the recording of scalars, images, and histograms to monitor model performance. It functions as an integration bridge that allows training metrics from PyTorch to be logged into files compatible with the TensorBoard dashboard. The system includes a remote log synchronizer designed to stream experiment data to cloud services. This allows for the remote management and analysis of training results and the comparison of datasets across different training runs. The utility covers a broad range of monitoring

    Python
    View on GitHub↗7,983
  • asappresearch/sruasappresearch avatar

    asappresearch/sru

    2,107View on GitHub↗

    Training RNNs as Fast as CNNs (https://arxiv.org/abs/1709.02755)

    Python
    View on GitHub↗2,107