pytorch-cifar

CIFAR trainer

Provides a baseline PyTorch implementation for training on the CIFAR10 dataset

95.47% on CIFAR10 with PyTorch

GitHub

6k stars
85 watching
2k forks
Language: Python
last commit: over 1 year ago
Linked from 1 awesome list

pytorch

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
yunjey/pytorch-tutorial A comprehensive tutorial project that provides code examples for learning PyTorch by implementing various deep learning models and demonstrating their usage. 30,251
zllrunning/face-parsing.pytorch Implementation of a face parsing model using PyTorch and a modified BiSeNet architecture. 2,317
pytorch/pytorch A Python library providing tensors and dynamic neural networks with strong GPU acceleration 83,959
ahmedfgad/torchga Trains PyTorch models using the Genetic Algorithm 95
prlz77/resnext.pytorch Reproduces ResNet-V3 with PyTorch for computer vision tasks 508
victoresque/pytorch-template An open-source PyTorch deep learning project template providing a structured environment for building and training various models. 4,754
pytorch/examples A collection of curated examples showcasing various PyTorch applications in computer vision, natural language processing, and reinforcement learning. 22,428
pytorch/torchtitan A native PyTorch library for large-scale language model training with distributed training capabilities 2,615
layumi/person_reid_baseline_pytorch A PyTorch implementation of an Object Re-ID baseline with various training methods and architectures 4,126
tobiascz/mnist_pytorch_python_and_capi An example project demonstrating how to train and deploy a neural network in Python and C++ using PyTorch 1.0 96
cszn/kair Image restoration toolbox with training and testing codes for various deep learning-based methods 2,957
moskomule/senet.pytorch An implementation of Squeeze-and-Excitation Networks (SE-Nets) for deep learning image classification tasks 2,285
p-christ/deep-reinforcement-learning-algorithms-with-pytorch PyTorch implementations of popular deep reinforcement learning algorithms and environments. 5,640
cadene/pretrained-models.pytorch Provides pre-trained PyTorch models for various computer vision tasks and datasets. 9,036
zygmuntz/kaggle-cifar Code for training and predicting on the CIFAR-10 image classification dataset using CUDA-convnet architecture. 44