awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to ecs-vlc/torchbearer

Open-source alternatives to Torchbearer

30 open-source projects similar to ecs-vlc/torchbearer, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Torchbearer alternative.

  • catalyst-team/catalystAvatar de catalyst-team

    catalyst-team/catalyst

    3,376Voir sur GitHub↗

    Accelerated deep learning R&D

    Python
    Voir sur GitHub↗3,376
  • pytorch/igniteAvatar de pytorch

    pytorch/ignite

    4,770Voir sur 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
    Voir sur GitHub↗4,770
  • awwong1/torchprofAvatar de awwong1

    awwong1/torchprof

    605Voir sur GitHub↗

    PyTorch layer-by-layer model profiler

    Python
    Voir sur GitHub↗605
  • graal-research/poutyneAvatar de GRAAL-Research

    GRAAL-Research/poutyne

    578Voir sur GitHub↗

    A simplified framework and utilities for PyTorch

    Python
    Voir sur GitHub↗578
  • henryre/pytorch-fitmoduleAvatar de henryre

    henryre/pytorch-fitmodule

    102Voir sur GitHub↗

    Super simple fit method for PyTorch Modules

    Python
    Voir sur GitHub↗102

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Find more with AI search
  • microsoft/tensorwatchAvatar de microsoft

    microsoft/tensorwatch

    3,468Voir sur GitHub↗

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

    Jupyter Notebook
    Voir sur GitHub↗3,468
  • ncullen93/torchsampleAvatar de ncullen93

    ncullen93/torchsample

    1,878Voir sur GitHub↗

    Train AI models efficiently on medical images using any framework

    Python
    Voir sur GitHub↗1,878
  • lanpa/tensorboard-pytorchAvatar de lanpa

    lanpa/tensorboard-pytorch

    7,983Voir sur 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
    Voir sur GitHub↗7,983
  • dnouri/skorchAvatar de dnouri

    dnouri/skorch

    6,166Voir sur 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
    Voir sur GitHub↗6,166
  • graal-research/pytouneG

    GRAAL-Research/pytoune

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • mrdrozdov/pytorch-extrasM

    mrdrozdov/pytorch-extras

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • iamaziz/pytorch-docsetI

    iamaziz/PyTorch-docset

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • lyken17/pytorch-opcounterAvatar de Lyken17

    Lyken17/pytorch-OpCounter

    5,080Voir sur 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
    Voir sur GitHub↗5,080
  • mariogeiger/hessianAvatar de mariogeiger

    mariogeiger/hessian

    187Voir sur GitHub↗

    hessian in pytorch

    Python
    Voir sur GitHub↗187
  • fastai/fastaiAvatar de fastai

    fastai/fastai

    27,862Voir sur 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
    Voir sur GitHub↗27,862
  • kevinmusgrave/pytorch-metric-learningAvatar de KevinMusgrave

    KevinMusgrave/pytorch-metric-learning

    6,328Voir sur GitHub↗

    PyTorch Metric Learning is an open-source library for training neural networks to produce similarity-preserving embedding spaces. It provides a modular framework where interchangeable loss functions, mining strategies, and evaluation tools can be composed to learn representations that map similar items to nearby points and dissimilar items to distant points in the embedding space. The library distinguishes itself through a highly configurable architecture that separates concerns across several interchangeable components. Users can assemble custom loss functions from pluggable distance metrics

    Pythoncomputer-visioncontrastive-learningdeep-learning
    Voir sur GitHub↗6,328
  • nasimrahaman/infernoN

    nasimrahaman/inferno

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • ekami/torchliteE

    EKami/Torchlite

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • determined-ai/determinedAvatar de determined-ai

    determined-ai/determined

    3,224Voir sur GitHub↗

    Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning, experiment tracking, and resource management. Works with PyTorch and TensorFlow.

    Go
    Voir sur GitHub↗3,224
  • cvxgrp/cvxpylayersAvatar de cvxgrp

    cvxgrp/cvxpylayers

    2,106Voir sur 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
    Voir sur GitHub↗2,106
  • dnouri/infernoD

    dnouri/inferno

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • dmarnerides/pydltD

    dmarnerides/pydlt

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • facebook/axAvatar de facebook

    facebook/Ax

    2,768Voir sur GitHub↗

    Adaptive Experimentation Platform

    Python
    Voir sur GitHub↗2,768
  • blue-season/pywarmB

    blue-season/pywarm

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • bloodaxe/pytorch-toolbeltAvatar de BloodAxe

    BloodAxe/pytorch-toolbelt

    1,572Voir sur GitHub↗

    PyTorch extensions for fast R&D prototyping and Kaggle farming

    Pythonaugmentationdeep-learningfocal-loss
    Voir sur GitHub↗1,572
  • huggingface/accelerateAvatar de huggingface

    huggingface/accelerate

    9,725Voir sur 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
    Voir sur GitHub↗9,725
  • asappresearch/flambeA

    asappresearch/flambe

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • ag14774/diffdistAvatar de ag14774

    ag14774/diffdist

    62Voir sur GitHub↗
    Python
    Voir sur GitHub↗62
  • backprop-ai/backpropAvatar de backprop-ai

    backprop-ai/backprop

    240Voir sur GitHub↗

    Backprop makes it simple to use, finetune, and deploy state-of-the-art ML models.

    Python
    Voir sur GitHub↗240
  • cogitare-ai/cogitareAvatar de cogitare-ai

    cogitare-ai/cogitare

    77Voir sur GitHub↗

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

    Python
    Voir sur GitHub↗77