awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to mrdrozdov/pytorch-extras

Open-source alternatives to Pytorch Extras

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

  • cogitare-ai/cogitarecogitare-ai 的头像

    cogitare-ai/cogitare

    77在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗77
  • ncullen93/torchsamplencullen93 的头像

    ncullen93/torchsample

    1,878在 GitHub 上查看↗

    Train AI models efficiently on medical images using any framework

    Python
    在 GitHub 上查看↗1,878
  • lanpa/tensorboard-pytorchlanpa 的头像

    lanpa/tensorboard-pytorch

    7,983在 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
    在 GitHub 上查看↗7,983
  • dmarnerides/pydltD

    dmarnerides/pydlt

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • oval-group/loggerO

    oval-group/logger

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
nasimrahaman/infernoN

nasimrahaman/inferno

0在 GitHub 上查看↗
在 GitHub 上查看↗0
  • nearai/pytorch-toolsN

    nearai/pytorch-tools

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • szagoruyko/pyinnS

    szagoruyko/pyinn

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • henryre/pytorch-fitmodulehenryre 的头像

    henryre/pytorch-fitmodule

    102在 GitHub 上查看↗

    Super simple fit method for PyTorch Modules

    Python
    在 GitHub 上查看↗102
  • dnouri/infernoD

    dnouri/inferno

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • iamaziz/pytorch-docsetI

    iamaziz/PyTorch-docset

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • ramon-oliveira/aorunR

    ramon-oliveira/aorun

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • maciejkula/spotlightmaciejkula 的头像

    maciejkula/spotlight

    3,045在 GitHub 上查看↗

    Deep recommender models using PyTorch.

    Pythondeep-learninglearning-to-rankmachine-learning
    在 GitHub 上查看↗3,045
  • longcw/pytorch2caffeL

    longcw/pytorch2caffe

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • marvis/pytorch-caffe-darknet-convertM

    marvis/pytorch-caffe-darknet-convert

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • huggingface/acceleratehuggingface 的头像

    huggingface/accelerate

    9,725在 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
    在 GitHub 上查看↗9,725
  • graal-research/pytouneG

    GRAAL-Research/pytoune

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • jrg365/gpytorchJ

    jrg365/gpytorch

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • microsoft/tensorwatchmicrosoft 的头像

    microsoft/tensorwatch

    3,468在 GitHub 上查看↗

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

    Jupyter Notebook
    在 GitHub 上查看↗3,468
  • aditya-khant/neural-assembly-compilerA

    aditya-khant/neural-assembly-compiler

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • chenyuntc/simple-faster-rcnn-pytorchchenyuntc 的头像

    chenyuntc/simple-faster-rcnn-pytorch

    4,034在 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
    在 GitHub 上查看↗4,034
  • deepcraft/torchcraft-pyD

    deepcraft/torchcraft-py

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • ekami/torchliteE

    EKami/Torchlite

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • glample/arnoldG

    glample/Arnold

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • dnouri/skorchdnouri 的头像

    dnouri/skorch

    6,166在 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
    在 GitHub 上查看↗6,166
  • blue-season/pywarmB

    blue-season/pywarm

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • koz4k/dni-pytorchK

    koz4k/dni-pytorch

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • bloodaxe/pytorch-toolbeltBloodAxe 的头像

    BloodAxe/pytorch-toolbelt

    1,572在 GitHub 上查看↗

    PyTorch extensions for fast R&D prototyping and Kaggle farming

    Pythonaugmentationdeep-learningfocal-loss
    在 GitHub 上查看↗1,572
  • loudinthecloud/dpwaL

    loudinthecloud/dpwa

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • cadene/pretrained-models.pytorchCadene 的头像

    Cadene/pretrained-models.pytorch

    9,102在 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
    在 GitHub 上查看↗9,102