ShuffleNet

Lightweight CNN

An implementation of ShuffleNet in PyTorch, a lightweight neural network architecture designed for efficient convolutional computation.

ShuffleNet in PyTorch. Based on https://arxiv.org/abs/1707.01083

GitHub

295 stars
10 watching
90 forks
Language: Python
last commit: almost 9 years ago
Linked from 1 awesome list

artificial-intelligenceconvolutiondeep-learningneural-networkpytorch

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
randl/shufflenetv2-pytorchAn implementation of a lightweight convolutional neural network architecture for mobile devices191
ericsun99/shufflenet-v2-pytorchA PyTorch implementation of a ShuffleNet-v2 neural network architecture for image classification.431
mg2033/shufflenetAn implementation of a computationally efficient deep neural network architecture designed for mobile devices with limited computing power.383
farmingyard/shufflenetAn efficient convolutional neural network implementation for mobile devices448
bamos/densenet.pytorchAn implementation of a deep neural network architecture in PyTorch833
szagoruyko/binary-wide-resnetAn implementation of a 1-bit weight neural network architecture using PyTorch124
zsef123/efficientnets-pytorchA PyTorch implementation of EfficientNet for computer vision tasks309
jhjacobsen/pytorch-i-revnetDeep invertible neural network implementation using PyTorch for image recognition and reconstruction tasks.390
dyhan0920/pyramidnet-pytorchAn implementation of a deep neural network architecture for image classification tasks273
d-li14/regnet.pytorchAn implementation of a PyTorch-based neural network architecture for image classification tasks.68
xternalz/wideresnet-pytorchAn implementation of Wide Residual Networks in PyTorch for efficient deep learning on CIFAR10/100 datasets.334
longcw/faster_rcnn_pytorchAn implementation of Faster R-CNN using PyTorch1,722
ixaxaar/pytorch-dncAn implementation of Differentiable Neural Computers and family for PyTorch, enabling scalable memory-augmented neural networks.338
michaelklachko/pnn.pytorchA PyTorch implementation of a neural network architecture that modifies the input to its layers by applying noise masks.57
kefirski/bytenetA Pytorch implementation of a neural network model for machine translation47