awesome-repositories.com
Blog
MCP
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
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
aaron-xichen avatar

aaron-xichen/pytorch-playground

0
View on GitHub↗
2,714 stele·623 fork-uri·Python·MIT·16 vizualizări

Pytorch Playground

Base pretrained models and datasets in pytorch (MNIST, SVHN, CIFAR10, CIFAR100, STL10, AlexNet, VGG16, VGG19, ResNet, Inception, SqueezeNet)

Features

  • Computer Vision Models - Collection of common pre-trained models and datasets.
  • Model Implementations - Collection of base pretrained models and datasets.
  • Convolutional Neural Networks (CNNs) - Listed in the “Convolutional Neural Networks (CNNs)” section of the The Incredible Pytorch awesome list.

Istoric stele

Graficul istoricului de stele pentru aaron-xichen/pytorch-playgroundGraficul istoricului de stele pentru aaron-xichen/pytorch-playground

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ță.

Start searching with AI

Alternative open-source pentru Pytorch Playground

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Pytorch Playground.
  • bamos/densenet.pytorchAvatar bamos

    bamos/densenet.pytorch

    838Vezi pe GitHub↗

    A PyTorch implementation of DenseNet.

    Python
    Vezi pe GitHub↗838
  • jwyang/faster-rcnn.pytorchAvatar jwyang

    jwyang/faster-rcnn.pytorch

    7,859Vezi pe GitHub↗

    This project is a PyTorch object detection framework that implements the Faster R-CNN architecture. It serves as a vision model for predicting precise bounding boxes around multiple objects within images and live video feeds. The system is optimized for multi-GPU training to reduce the time required for model convergence. It utilizes a GPU-accelerated design to handle the training and inference of complex detection networks. The framework covers the full object detection lifecycle, including custom network training and inference for static images and real-time video streams. It includes capa

    Python
    Vezi pe GitHub↗7,859
  • 1zb/deformable-convolution-pytorchAvatar 1zb

    1zb/deformable-convolution-pytorch

    410Vezi pe GitHub↗

    PyTorch implementation of Deformable Convolution

    Cuda
    Vezi pe GitHub↗410
  • oeway/pytorch-deform-convAvatar oeway

    oeway/pytorch-deform-conv

    906Vezi pe GitHub↗

    PyTorch implementation of Deformable Convolution

    Pythondeep-learningdeep-learning-algorithms
    Vezi pe GitHub↗906
Vezi toate cele 30 alternative pentru Pytorch Playground→

Întrebări frecvente

Ce face aaron-xichen/pytorch-playground?

Base pretrained models and datasets in pytorch (MNIST, SVHN, CIFAR10, CIFAR100, STL10, AlexNet, VGG16, VGG19, ResNet, Inception, SqueezeNet)

Care sunt principalele funcționalități ale aaron-xichen/pytorch-playground?

Principalele funcționalități ale aaron-xichen/pytorch-playground sunt: Computer Vision Models, Model Implementations, Convolutional Neural Networks (CNNs).

Care sunt câteva alternative open-source pentru aaron-xichen/pytorch-playground?

Alternativele open-source pentru aaron-xichen/pytorch-playground includ: oeway/pytorch-deform-conv — PyTorch implementation of Deformable Convolution. rwightman/pytorch-image-models — This project is a library of pretrained computer vision architectures and backbones for image classification and… 1zb/deformable-convolution-pytorch — PyTorch implementation of Deformable Convolution. jwyang/faster-rcnn.pytorch — This project is a PyTorch object detection framework that implements the Faster R-CNN architecture. It serves as a… bamos/densenet.pytorch — A PyTorch implementation of DenseNet. szagoruyko/attention-transfer — Improving Convolutional Networks via Attention Transfer (ICLR 2017).