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
aaron-xichen avatar

aaron-xichen/pytorch-playground

0
View on GitHub↗
2,714 stars·623 forks·Python·MIT·21 views

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.

Star history

Star history chart for aaron-xichen/pytorch-playgroundStar history chart for aaron-xichen/pytorch-playground

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Pytorch Playground

Similar open-source projects, ranked by how many features they share with Pytorch Playground.
  • bamos/densenet.pytorchbamos avatar

    bamos/densenet.pytorch

    838View on GitHub↗

    A PyTorch implementation of DenseNet.

    Python
    View on GitHub↗838
  • jwyang/faster-rcnn.pytorchjwyang avatar

    jwyang/faster-rcnn.pytorch

    7,859View on 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
    View on GitHub↗7,859
  • 1zb/deformable-convolution-pytorch1zb avatar

    1zb/deformable-convolution-pytorch

    410View on GitHub↗

    PyTorch implementation of Deformable Convolution

    Cuda
    View on GitHub↗410
  • oeway/pytorch-deform-convoeway avatar

    oeway/pytorch-deform-conv

    906View on GitHub↗

    PyTorch implementation of Deformable Convolution

    Pythondeep-learningdeep-learning-algorithms
    View on GitHub↗906
See all 30 alternatives to Pytorch Playground→

Frequently asked questions

What does aaron-xichen/pytorch-playground do?

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

What are the main features of aaron-xichen/pytorch-playground?

The main features of aaron-xichen/pytorch-playground are: Computer Vision Models, Model Implementations, Convolutional Neural Networks (CNNs).

What are some open-source alternatives to aaron-xichen/pytorch-playground?

Open-source alternatives to aaron-xichen/pytorch-playground include: 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).