PNASNet.TF
Image classifier
An implementation of PNASNet-5 architecture in TensorFlow for image classification on ImageNet.
TensorFlow implementation of PNASNet-5 on ImageNet
102 stars
8 watching
23 forks
Language: Python
last commit: almost 6 years ago
Linked from 1 awesome list
automldeep-learningimagenetneural-architecture-searchtensorflow
Related projects:
Repository | Description | Stars |
---|---|---|
yeephycho/nasnet-tensorflow | A toolkit for training and deploying a state-of-the-art image classification architecture on TensorFlow | 136 |
chenxi116/pnasnet.pytorch | PyTorch implementation of PNASNet-5 architecture | 317 |
ibm/max-inception-resnet-v2 | An image classification model using a third-generation deep residual network. | 28 |
arunmichaeldsouza/tensorflow-image-detection | A tool for training and classifying images using Google's Inception model and TensorFlow | 328 |
bruinxiong/senet.mxnet | An implementation of Squeeze-and-Excitation Networks in MXNet for image classification tasks. | 154 |
chenxi116/tf-deeplab | A TensorFlow implementation of DeepLab using ResNet 101 architecture | 22 |
ibm/max-resnet-50 | An image classification model using the ResNet-50 architecture, trained on the ImageNet dataset. | 14 |
cmsflash/beauty-net | Provides a basic framework for training deep learning models on image classification tasks using PyTorch | 187 |
taki0112/resnext-tensorflow | An implementation of ResNeXt architecture for image classification on Cifar10 using TensorFlow | 158 |
hasnainraz/fc-densenet-tensorflow | Re-implementation of a 100-layer fully convolutional network architecture for image segmentation | 123 |
karandwivedi42/imagenet-multigpu.torchnet | A Lua-based implementation of a multi-GPU training framework for image classification using the Alexnet model. | 4 |
felixgwu/img_classification_pk_pytorch | A PyTorch project for comparing image classification models and facilitating quick experiment setup | 365 |
muyang0320/tensorflow-deeplab-resnet-crf | An implementation of DeepLab-ResNet in TensorFlow for semantic image segmentation | 18 |
hrnet/hrnet-image-classification | This project provides a Python implementation of high-resolution networks for image classification on ImageNet. | 968 |
hjptriplebee/vgg19_with_tensorflow | An implementation of VGG19 using TensorFlow and OpenCV for image classification | 178 |