nasnet-pytorch
PyTorch NASNet
An implementation of NASNet in PyTorch using ported weights from TensorFlow
A neat pytorch implementation of nasnet and the ported weights from tensorflow
75 stars
4 watching
17 forks
Language: Python
last commit: almost 4 years ago
Linked from 1 awesome list
nasnetpytorch
Related projects:
Repository | Description | Stars |
---|---|---|
chenxi116/pnasnet.pytorch | PyTorch implementation of PNASNet-5 architecture | 317 |
dyhan0920/pyramidnet-pytorch | An implementation of a deep neural network architecture for image classification tasks | 273 |
lextal/pspnet-pytorch | A PyTorch implementation of a segmentation network architecture | 585 |
ericsun99/shufflenet-v2-pytorch | A PyTorch implementation of a ShuffleNet-v2 neural network architecture for image classification. | 430 |
randl/shufflenetv2-pytorch | An implementation of a lightweight convolutional neural network architecture for mobile devices | 191 |
kazuto1011/pspnet-pytorch | Re-implementation of a deep learning model for semantic segmentation using PyTorch. | 52 |
d-li14/regnet.pytorch | An implementation of a PyTorch-based neural network architecture for image classification tasks. | 68 |
yeephycho/nasnet-tensorflow | A toolkit for training and deploying a state-of-the-art image classification architecture on TensorFlow | 136 |
zsef123/efficientnets-pytorch | A PyTorch implementation of EfficientNet for computer vision tasks | 309 |
gsp-27/pytorch_squeezenet | A PyTorch implementation of the Squeezenet model with pre-trained weights on CIFAR 10 data for deep learning tasks. | 91 |
prlz77/resnext.pytorch | Reproduces ResNet-V3 with PyTorch for computer vision tasks | 508 |
adambielski/capsnet-pytorch | An implementation of a deep learning model for image classification using capsule networks with dynamic routing. | 489 |
4uiiurz1/pytorch-res2net | Implementations of deep learning architectures using PyTorch for image classification tasks on various datasets. | 112 |
hassony2/kinetics_i3d_pytorch | Transfers pre-trained I3D network weights from TensorFlow to PyTorch | 528 |
randl/mobilenetv2-pytorch | An implementation of MobileNetV2 in PyTorch for image classification tasks. | 271 |