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

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

artificial-intelligenceconvolutiondeep-learningneural-networkpytorch

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
randl/shufflenetv2-pytorch An implementation of a lightweight convolutional neural network architecture for mobile devices 191
ericsun99/shufflenet-v2-pytorch A PyTorch implementation of a ShuffleNet-v2 neural network architecture for image classification. 430
mg2033/shufflenet An implementation of a computationally efficient deep neural network architecture designed for mobile devices with limited computing power. 384
farmingyard/shufflenet An efficient convolutional neural network implementation for mobile devices 448
bamos/densenet.pytorch An implementation of a deep neural network architecture in PyTorch 832
szagoruyko/binary-wide-resnet An implementation of a 1-bit weight neural network architecture using PyTorch 124
zsef123/efficientnets-pytorch A PyTorch implementation of EfficientNet for computer vision tasks 309
jhjacobsen/pytorch-i-revnet Deep invertible neural network implementation using PyTorch for image recognition and reconstruction tasks. 389
dyhan0920/pyramidnet-pytorch An implementation of a deep neural network architecture for image classification tasks 273
d-li14/regnet.pytorch An implementation of a PyTorch-based neural network architecture for image classification tasks. 68
xternalz/wideresnet-pytorch An implementation of Wide Residual Networks in PyTorch for efficient deep learning on CIFAR10/100 datasets. 333
longcw/faster_rcnn_pytorch An implementation of Faster R-CNN using PyTorch 1,724
ixaxaar/pytorch-dnc An implementation of Differentiable Neural Computers and family for PyTorch, enabling scalable memory-augmented neural networks. 338
michaelklachko/pnn.pytorch A PyTorch implementation of a neural network architecture that modifies the input to its layers by applying noise masks. 57
kefirski/bytenet A Pytorch implementation of a neural network model for machine translation 47