Shufflenet-v2-Pytorch

Neural net architecture

A PyTorch implementation of a ShuffleNet-v2 neural network architecture for image classification.

Perfect implement. Model shared. x0.5 (Top1:60.646) and 1.0x (Top1:69.402).

GitHub

431 stars
7 watching
95 forks
Language: Python
last commit: over 7 years ago

Related projects:

RepositoryDescriptionStars
randl/shufflenetv2-pytorchAn implementation of a lightweight convolutional neural network architecture for mobile devices191
d-li14/regnet.pytorchAn implementation of a PyTorch-based neural network architecture for image classification tasks.68
dyhan0920/pyramidnet-pytorchAn implementation of a deep neural network architecture for image classification tasks273
jaxony/shufflenetAn implementation of ShuffleNet in PyTorch, a lightweight neural network architecture designed for efficient convolutional computation.295
4uiiurz1/pytorch-res2netImplementations of deep learning architectures using PyTorch for image classification tasks on various datasets.112
chenxi116/pnasnet.pytorchPyTorch implementation of PNASNet-5 architecture317
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
ypxie/pytorch-neucomAn implementation of the Differentiable Neural Computer architecture in PyTorch94
opconty/keras-shufflenetv2A Keras implementation of ShuffleNet V2 architecture for deep learning models96
randl/mobilenetv2-pytorchAn implementation of MobileNetV2 in PyTorch for image classification tasks.271
bmsookim/wide-resnet.pytorchPyTorch implementation of wide residual networks for image classification tasks on CIFAR-10 and CIFAR-100 datasets462
tengshaofeng/residualattentionnetwork-pytorchImplementing a deep learning framework for image classification using Residual Attention Network architecture682
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