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 sksq96/pytorch-summary

Projects sharing features with Pytorch Summary

30 open-source projects similar to sksq96/pytorch-summary, 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.

  • lyken17/pytorch-opcounterLyken17 avatar

    Lyken17/pytorch-OpCounter

    5,080View on GitHub↗

    pytorch-OpCounter is a profiling utility for PyTorch neural networks designed to quantify model efficiency by calculating floating point operations and multiply-accumulate counts. It functions as a complexity analyzer to measure the computational cost and theoretical workload of different model architectures. The tool allows for the definition of custom operation counting rules to support third-party modules not covered by default. It uses forward hooks to intercept module calls and recursive traversal of the module tree to aggregate operations across child sub-modules. The project provides

    Python
    View on GitHub↗5,080
  • facebook/pyreflyfacebook avatar

    facebook/pyrefly

    5,390View on GitHub↗

    Pyrefly is a static type checker for Python that operates as a language server, delivering real-time diagnostics, completions, and navigation in any editor supporting the Language Server Protocol. It also performs static tensor shape analysis, using symbolic dimension variables and arithmetic to verify shape consistency in deep learning models without runtime execution. Beyond core type checking, Pyrefly supports gradual adoption workflows: it can generate a baseline of known errors so only new issues are reported, migrate configuration from other type checkers, and automatically suppress exi

    Rustcode-qualitycontributions-welcomegood-first-issue
    View on GitHub↗5,390
  • datawhalechina/thorough-pytorchdatawhalechina avatar

    datawhalechina/thorough-pytorch

    3,684View on GitHub↗

    This project is an educational resource and comprehensive guide for implementing and deploying deep learning models using the PyTorch framework. It provides a structured learning curriculum consisting of tutorials and notebooks that cover neural network architectures, data pipelines, and model optimization across multiple AI domains. The curriculum includes practical implementation guides for building convolutional networks, transformers, and recurrent models. It specifically focuses on workflows for computer vision, including image classification, object detection, and segmentation, as well

    Jupyter Notebookdeep-learningmachine-learningpython
    View on GitHub↗3,684

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
  • ramon-oliveira/aorunR

    ramon-oliveira/aorun

    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
  • oval-group/loggerO

    oval-group/logger

    0View on GitHub↗
    View on GitHub↗0
  • pytorch/extension-cpppytorch avatar

    pytorch/extension-cpp

    1,192View on GitHub↗

    C++ extensions in PyTorch

    Python
    View on GitHub↗1,192
  • pistony/torch-toolboxP

    PistonY/torch-toolbox

    0View on GitHub↗
    View on GitHub↗0
  • ekami/torchliteE

    EKami/Torchlite

    0View on GitHub↗
    View on GitHub↗0
  • ecs-vlc/torchbearerecs-vlc avatar

    ecs-vlc/torchbearer

    641View on GitHub↗

    torchbearer: A model fitting library for PyTorch

    Python
    View on GitHub↗641
  • graal-research/pytouneG

    GRAAL-Research/pytoune

    0View on GitHub↗
    View on GitHub↗0
  • 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
  • nearai/pytorch-toolsN

    nearai/pytorch-tools

    0View on GitHub↗
    View on GitHub↗0
  • ncullen93/torchsamplencullen93 avatar

    ncullen93/torchsample

    1,878View on GitHub↗

    Train AI models efficiently on medical images using any framework

    Python
    View on GitHub↗1,878
  • bloodaxe/pytorch-toolbeltBloodAxe avatar

    BloodAxe/pytorch-toolbelt

    1,572View on GitHub↗

    PyTorch extensions for fast R&D prototyping and Kaggle farming

    Pythonaugmentationdeep-learningfocal-loss
    View on GitHub↗1,572
  • awwong1/torchprofawwong1 avatar

    awwong1/torchprof

    605View on GitHub↗

    PyTorch layer-by-layer model profiler

    Python
    View on GitHub↗605
  • blue-season/pywarmB

    blue-season/pywarm

    0View on GitHub↗
    View on GitHub↗0
  • catalyst-team/catalystcatalyst-team avatar

    catalyst-team/catalyst

    3,376View on GitHub↗

    Accelerated deep learning R&D

    Python
    View on GitHub↗3,376
  • dmarnerides/pydltD

    dmarnerides/pydlt

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

    dnouri/inferno

    0View on GitHub↗
    View on GitHub↗0
  • dnouri/skorchdnouri avatar

    dnouri/skorch

    6,166View on 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
    View on GitHub↗6,166
  • pytorch/contribP

    pytorch/contrib

    0View on GitHub↗
    View on GitHub↗0
  • pytorch/ignitepytorch avatar

    pytorch/ignite

    4,770View on 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
    View on GitHub↗4,770
  • huggingface/acceleratehuggingface avatar

    huggingface/accelerate

    9,725View on 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
    View on GitHub↗9,725
  • iamaziz/pytorch-docsetI

    iamaziz/PyTorch-docset

    0View on GitHub↗
    View on GitHub↗0
  • mrdrozdov/pytorch-extrasM

    mrdrozdov/pytorch-extras

    0View on GitHub↗
    View on GitHub↗0
  • microsoft/tensorwatchmicrosoft avatar

    microsoft/tensorwatch

    3,468View on GitHub↗

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

    Jupyter Notebook
    View on GitHub↗3,468
  • nasimrahaman/infernoN

    nasimrahaman/inferno

    0View on GitHub↗
    View on GitHub↗0
  • salesforce/matchboxS

    salesforce/matchbox

    0View on GitHub↗
    View on GitHub↗0