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
295 stars
10 watching
90 forks
Language: Python
last commit: about 7 years ago
Linked from 1 awesome list
artificial-intelligenceconvolutiondeep-learningneural-networkpytorch
Related projects:
Repository | Description | Stars |
---|---|---|
| An implementation of a lightweight convolutional neural network architecture for mobile devices | 191 |
| A PyTorch implementation of a ShuffleNet-v2 neural network architecture for image classification. | 431 |
| An implementation of a computationally efficient deep neural network architecture designed for mobile devices with limited computing power. | 383 |
| An efficient convolutional neural network implementation for mobile devices | 448 |
| An implementation of a deep neural network architecture in PyTorch | 833 |
| An implementation of a 1-bit weight neural network architecture using PyTorch | 124 |
| A PyTorch implementation of EfficientNet for computer vision tasks | 309 |
| Deep invertible neural network implementation using PyTorch for image recognition and reconstruction tasks. | 390 |
| An implementation of a deep neural network architecture for image classification tasks | 273 |
| An implementation of a PyTorch-based neural network architecture for image classification tasks. | 68 |
| An implementation of Wide Residual Networks in PyTorch for efficient deep learning on CIFAR10/100 datasets. | 334 |
| An implementation of Faster R-CNN using PyTorch | 1,722 |
| An implementation of Differentiable Neural Computers and family for PyTorch, enabling scalable memory-augmented neural networks. | 338 |
| A PyTorch implementation of a neural network architecture that modifies the input to its layers by applying noise masks. | 57 |
| A Pytorch implementation of a neural network model for machine translation | 47 |