awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to pytorch/extension-cpp

Open-source alternatives to Extension Cpp

30 open-source projects similar to pytorch/extension-cpp, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Extension Cpp alternative.

  • lanpa/tensorboard-pytorchAvatar lanpa

    lanpa/tensorboard-pytorch

    7,983Vezi pe 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
    Vezi pe GitHub↗7,983
  • vermeille/torchelieV

    Vermeille/Torchelie

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • dnouri/infernoD

    dnouri/inferno

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • iamaziz/pytorch-docsetI

    iamaziz/PyTorch-docset

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • pistony/torch-toolboxP

    PistonY/torch-toolbox

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • szagoruyko/pyinnS

    szagoruyko/pyinn

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Find more with AI search
  • blue-season/pywarmB

    blue-season/pywarm

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • dmarnerides/pydltD

    dmarnerides/pydlt

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • ekami/torchliteE

    EKami/Torchlite

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • huggingface/accelerateAvatar huggingface

    huggingface/accelerate

    9,725Vezi pe GitHub↗

    Accelerate is a PyTorch distributed training library that abstracts the boilerplate required to run models across multiple GPUs, TPUs, and CPUs. It functions as a deep learning model scaler and distributed hardware orchestrator, allowing the same training script to run on different hardware backends without modifying the core logic. The project provides a distributed training command line interface for configuring compute environments and launching jobs across single or multi-node clusters. It includes a mixed precision training framework to implement FP16 and BF16 precision, reducing memory

    Python
    Vezi pe GitHub↗9,725
  • nasimrahaman/infernoN

    nasimrahaman/inferno

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • oval-group/loggerO

    oval-group/logger

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • ramon-oliveira/aorunR

    ramon-oliveira/aorun

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • sksq96/pytorch-summaryAvatar sksq96

    sksq96/pytorch-summary

    4,054Vezi pe GitHub↗

    pytorch-summary is a collection of utilities for PyTorch neural networks designed to generate model summaries, calculate memory requirements, and visualize layer-by-layer tensor shapes. It functions as a reporting tool that provides detailed breakdowns of network layers and output shapes to assist with model debugging and inspection. The project provides specialized capabilities for estimating the total memory usage of forward and backward passes based on input dimensions and parameter counts. It generates human-readable visualizations of model structures to verify architectural designs and i

    Pythondeep-learningkeraspytorch
    Vezi pe GitHub↗4,054
  • awwong1/torchprofAvatar awwong1

    awwong1/torchprof

    605Vezi pe GitHub↗

    PyTorch layer-by-layer model profiler

    Python
    Vezi pe GitHub↗605
  • bloodaxe/pytorch-toolbeltAvatar BloodAxe

    BloodAxe/pytorch-toolbelt

    1,572Vezi pe GitHub↗

    PyTorch extensions for fast R&D prototyping and Kaggle farming

    Pythonaugmentationdeep-learningfocal-loss
    Vezi pe GitHub↗1,572
  • catalyst-team/catalystAvatar catalyst-team

    catalyst-team/catalyst

    3,376Vezi pe GitHub↗

    Accelerated deep learning R&D

    Python
    Vezi pe GitHub↗3,376
  • cogitare-ai/cogitareAvatar cogitare-ai

    cogitare-ai/cogitare

    77Vezi pe GitHub↗

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

    Python
    Vezi pe GitHub↗77
  • dnouri/skorchAvatar dnouri

    dnouri/skorch

    6,166Vezi pe GitHub↗

    Skorch is a deep learning workflow manager and tensor-based model interface. It provides a consistent API for training and predicting with neural networks within standard machine learning workflows, acting as a hyperparameter optimizer for finding optimal network configurations. The library specializes in wrapping PyTorch neural networks in a scikit-learn compatible interface. This allows tensor-based models to be used within traditional machine learning pipelines and grid search tools, including the mapping of parameter grids to model configurations. The framework covers training lifecycle

    Jupyter Notebook
    Vezi pe GitHub↗6,166
  • ecs-vlc/torchbearerAvatar ecs-vlc

    ecs-vlc/torchbearer

    641Vezi pe GitHub↗

    torchbearer: A model fitting library for PyTorch

    Python
    Vezi pe GitHub↗641
  • graal-research/pytouneG

    GRAAL-Research/pytoune

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • henryre/pytorch-fitmoduleAvatar henryre

    henryre/pytorch-fitmodule

    102Vezi pe GitHub↗

    Super simple fit method for PyTorch Modules

    Python
    Vezi pe GitHub↗102
  • microsoft/tensorwatchAvatar microsoft

    microsoft/tensorwatch

    3,468Vezi pe GitHub↗

    Debugging, monitoring and visualization for Python Machine Learning and Data Science

    Jupyter Notebook
    Vezi pe GitHub↗3,468
  • mrdrozdov/pytorch-extrasM

    mrdrozdov/pytorch-extras

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • ncullen93/torchsampleAvatar ncullen93

    ncullen93/torchsample

    1,878Vezi pe GitHub↗

    Train AI models efficiently on medical images using any framework

    Python
    Vezi pe GitHub↗1,878
  • nearai/pytorch-toolsN

    nearai/pytorch-tools

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • pytorch/contribP

    pytorch/contrib

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • pytorch/igniteAvatar pytorch

    pytorch/ignite

    4,770Vezi pe GitHub↗

    Ignite is a high-level training framework for PyTorch neural networks that serves as a training engine and deep learning lifecycle manager. It provides a structured system for organizing and automating training and evaluation loops, managing data iterators and triggering event handlers at specific milestones during the model training process. The project distinguishes itself through a comprehensive suite of tools for distributed training and model evaluation. It includes utilities for synchronizing gradients and coordinating collective communication across multiple GPUs or nodes, as well as a

    Python
    Vezi pe GitHub↗4,770
  • salesforce/matchboxS

    salesforce/matchbox

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • williamfalcon/pytorch-lightningW

    williamFalcon/pytorch-lightning

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0