SENet-Tensorflow
Squeeze Network
A TensorFlow implementation of Squeeze and Excitation Networks for image classification tasks
Simple Tensorflow implementation of "Squeeze and Excitation Networks" using Cifar10 (ResNeXt, Inception-v4, Inception-resnet-v2)
756 stars
31 watching
269 forks
Language: Python
last commit: over 6 years ago
Linked from 1 awesome list
densenetinceptioninception-resnetresnextsenettensorflow
Related projects:
Repository | Description | Stars |
---|---|---|
bruinxiong/senet.mxnet | An implementation of Squeeze-and-Excitation Networks in MXNet for image classification tasks. | 154 |
taki0112/resnext-tensorflow | An implementation of ResNeXt architecture for image classification on Cifar10 using TensorFlow | 158 |
hellochick/pspnet-tensorflow | A TensorFlow-based implementation of a semantic segmentation network for image classification tasks | 326 |
kwotsin/tensorflow-enet | A deep neural network implementation for real-time semantic segmentation in computer vision | 257 |
rcmalli/keras-squeezenet | An implementation of the SqueezeNet neural network model in the Keras framework | 404 |
hasnainraz/fc-densenet-tensorflow | Re-implementation of a 100-layer fully convolutional network architecture for image segmentation | 123 |
forresti/squeezenet | Provides pre-trained models and training configurations for a deep neural network architecture optimized for image classification tasks | 2,176 |
yixuanli/densenet-tensorflow | An implementation of DenseNet in TensorFlow using the Tensorpack framework and OpenCV-Python for image preprocessing. | 573 |
wenxinxu/resnext-in-tensorflow | An implementation of a deep neural network architecture in TensorFlow | 78 |
hassony2/inflated_convnets_pytorch | Creates inflated versions of 2D neural networks with transferred ImageNet weights for use in 3D applications | 148 |
taehoonlee/tensornets | A collection of pre-trained neural network models with simple interfaces for easy integration into machine learning workflows. | 1,004 |
yeephycho/nasnet-tensorflow | A toolkit for training and deploying a state-of-the-art image classification architecture on TensorFlow | 136 |
holyseven/pspnet-tf-reproduce | Reproduces the performance of PSPNet in Tensorflow using ResNets and multiple segmentation databases. | 125 |
marvinteichmann/tensorflow-fcn | An implementation of a fully convolutional network architecture for image segmentation using VGG weights. | 1,101 |
chenxi116/pnasnet.tf | An implementation of PNASNet-5 architecture in TensorFlow for image classification on ImageNet. | 102 |