PyramidNet-PyTorch

Neural net architecture

An implementation of a deep neural network architecture for image classification tasks

A PyTorch implementation for PyramidNets (Deep Pyramidal Residual Networks, https://arxiv.org/abs/1610.02915)

GitHub

273 stars
11 watching
41 forks
Language: Python
last commit: about 6 years ago
Linked from 2 awesome lists

cifar-10cifar-100imagenetpyramidnetpytorchresidual-networksresnet

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
d-li14/regnet.pytorchAn implementation of a PyTorch-based neural network architecture for image classification tasks.68
ericsun99/shufflenet-v2-pytorchA PyTorch implementation of a ShuffleNet-v2 neural network architecture for image classification.431
4uiiurz1/pytorch-res2netImplementations of deep learning architectures using PyTorch for image classification tasks on various datasets.112
bamos/densenet.pytorchAn implementation of a deep neural network architecture in PyTorch833
xternalz/wideresnet-pytorchAn implementation of Wide Residual Networks in PyTorch for efficient deep learning on CIFAR10/100 datasets.334
jhkim89/pyramidnetA Torch implementation of a novel neural network architecture designed to improve the generalization ability of deep image classification models.129
tengshaofeng/residualattentionnetwork-pytorchImplementing a deep learning framework for image classification using Residual Attention Network architecture682
chenxi116/pnasnet.pytorchPyTorch implementation of PNASNet-5 architecture317
kimhc6028/relational-networksA PyTorch implementation of a neural network module for relational reasoning in computer vision tasks809
bmsookim/wide-resnet.pytorchPyTorch implementation of wide residual networks for image classification tasks on CIFAR-10 and CIFAR-100 datasets462
chingyaoc/ggnn.pytorchAn implementation of a neural network architecture for processing graph-structured data and making predictions on nodes.466
zsef123/efficientnets-pytorchA PyTorch implementation of EfficientNet for computer vision tasks309
szagoruyko/binary-wide-resnetAn implementation of a 1-bit weight neural network architecture using PyTorch124
ixaxaar/pytorch-dncAn implementation of Differentiable Neural Computers and family for PyTorch, enabling scalable memory-augmented neural networks.338
oyam/pytorch-dpnsPyTorch implementation of a deep learning model for image segmentation90